Skip to content

Commit

Permalink
Merge pull request #2727 from github/oscarsj-patch-1
Browse files Browse the repository at this point in the history
Switch auth for enterprises-release repo from ssh to codeql CI token
  • Loading branch information
oscarsj authored Jan 30, 2025
2 parents 9a4ae21 + dcf2d0d commit 0701025
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.13"
- name: Checkout CodeQL Action
uses: actions/checkout@v4
- name: Checkout Enterprise Releases
uses: actions/checkout@v4
with:
repository: github/enterprise-releases
ssh-key: ${{ secrets.ENTERPRISE_RELEASES_SSH_KEY }}
token: ${{ secrets.ENTERPRISE_RELEASE_TOKEN }}
path: ${{ github.workspace }}/enterprise-releases/
- name: Update Supported Enterprise Server Versions
run: |
Expand Down

0 comments on commit 0701025

Please sign in to comment.