Skip to content

Commit 0701025

Browse files
authored
Merge pull request #2727 from github/oscarsj-patch-1
Switch auth for enterprises-release repo from ssh to codeql CI token
2 parents 9a4ae21 + dcf2d0d commit 0701025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-supported-enterprise-server-versions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.7"
22+
python-version: "3.13"
2323
- name: Checkout CodeQL Action
2424
uses: actions/checkout@v4
2525
- name: Checkout Enterprise Releases
2626
uses: actions/checkout@v4
2727
with:
2828
repository: github/enterprise-releases
29-
ssh-key: ${{ secrets.ENTERPRISE_RELEASES_SSH_KEY }}
29+
token: ${{ secrets.ENTERPRISE_RELEASE_TOKEN }}
3030
path: ${{ github.workspace }}/enterprise-releases/
3131
- name: Update Supported Enterprise Server Versions
3232
run: |

0 commit comments

Comments
 (0)