Switch auth for enterprises-release repo from ssh to codeql CI token

This commit is contained in:
Óscar San José 2025-01-27 10:54:47 +01:00 committed by GitHub
parent e7c0c9d71b
commit faa23b6fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |