We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216200b commit 5e4ccc9Copy full SHA for 5e4ccc9
.github/workflows/validate.yml
@@ -31,5 +31,5 @@ jobs:
31
- name: Push changes
32
if: github.ref == 'refs/heads/master'
33
run: |
34
- git remote set-url --push origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
+ git remote set-url --push origin https://x-access-token:${{ secrets.W3C_GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
35
git push origin HEAD:master
0 commit comments