Skip to content

Commit faa23b6

Browse files
authored
Switch auth for enterprises-release repo from ssh to codeql CI token
1 parent e7c0c9d commit faa23b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
repository: github/enterprise-releases
29-
ssh-key: ${{ secrets.ENTERPRISE_RELEASES_SSH_KEY }}
29+
token: ${{ secrets.CODEQL_CI_TOKEN }}
3030
path: ${{ github.workspace }}/enterprise-releases/
3131
- name: Update Supported Enterprise Server Versions
3232
run: |

0 commit comments

Comments
 (0)