Skip to content

Commit da06f1f

Browse files
ci(test-server): reference the COMMONS_REPO_PAT secret
1 parent f77c5a7 commit da06f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# The private commons clone (git@ URL from commons-configuration.json)
8181
# picks up this SSH -> HTTPS+token mapping.
8282
- 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:"
83+
run: git config --global url."https://x-access-token:${{ secrets.COMMONS_REPO_PAT }}@github.com/".insteadOf "git@github.com:"
8484

8585
- name: Run the orchestrated TestServer
8686
working-directory: test-server

0 commit comments

Comments
 (0)