There was an error while loading. Please reload this page.
1 parent f77c5a7 commit da06f1fCopy full SHA for da06f1f
1 file changed
.github/workflows/test-server.yml
@@ -80,7 +80,7 @@ jobs:
80
# The private commons clone (git@ URL from commons-configuration.json)
81
# picks up this SSH -> HTTPS+token mapping.
82
- name: Authenticate the commons clone
83
- run: git config --global url."https://x-access-token:${{ secrets.COMMONS_REPO_TOKEN }}@github.com/".insteadOf "git@github.com:"
+ run: git config --global url."https://x-access-token:${{ secrets.COMMONS_REPO_PAT }}@github.com/".insteadOf "git@github.com:"
84
85
- name: Run the orchestrated TestServer
86
working-directory: test-server
0 commit comments