We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a4ae21 + dcf2d0d commit 0701025Copy full SHA for 0701025
.github/workflows/update-supported-enterprise-server-versions.yml
@@ -19,14 +19,14 @@ jobs:
19
- name: Setup Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: "3.7"
+ python-version: "3.13"
23
- name: Checkout CodeQL Action
24
uses: actions/checkout@v4
25
- name: Checkout Enterprise Releases
26
27
28
repository: github/enterprise-releases
29
- ssh-key: ${{ secrets.ENTERPRISE_RELEASES_SSH_KEY }}
+ token: ${{ secrets.ENTERPRISE_RELEASE_TOKEN }}
30
path: ${{ github.workspace }}/enterprise-releases/
31
- name: Update Supported Enterprise Server Versions
32
run: |
0 commit comments