We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3895390 commit 5c874c6Copy full SHA for 5c874c6
1 file changed
.github/workflows/pages.yml
@@ -20,5 +20,5 @@ jobs:
20
- uses: peaceiris/actions-gh-pages@v3
21
if: github.ref == 'refs/heads/main'
22
with:
23
- github_token: $
+ github_token: ${{ secrets.GITHUB_TOKEN }}
24
publish_dir: ./dist
0 commit comments