We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da828c commit 47ce99bCopy full SHA for 47ce99b
.github/workflows/deploy.yml
@@ -69,5 +69,5 @@ jobs:
69
70
- name: Deploy to GitHub Pages
71
env:
72
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
- run: npx gh-pages -d build --repo https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
+ GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
+ run: npx gh-pages -d build --repo https://x-access-token:${{ secrets.DEPLOY_TOKEN }}@github.com/${{ github.repository }}.git
0 commit comments