Skip to content

Commit

Permalink
Switch auth for enterprises-release repo from ssh to codeql CI token
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarsj authored Jan 27, 2025
1 parent e7c0c9d commit faa23b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: github/enterprise-releases
ssh-key: ${{ secrets.ENTERPRISE_RELEASES_SSH_KEY }}
token: ${{ secrets.CODEQL_CI_TOKEN }}
path: ${{ github.workspace }}/enterprise-releases/
- name: Update Supported Enterprise Server Versions
run: |
Expand Down

0 comments on commit faa23b6

Please sign in to comment.