We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dc0a1 commit ce9de64Copy full SHA for ce9de64
.github/workflows/gh-pages-deploy.yml
@@ -26,4 +26,6 @@ jobs:
26
run: npm run build
27
28
- name: Deploy to GitHub Pages
29
- run: npm run deploy
+ run: npm run deploy
30
+ with:
31
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments