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 2b9c89d commit 2c78f05Copy full SHA for 2c78f05
.github/workflows/npm-publish.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: deploy
27
uses: peaceiris/actions-gh-pages@v3
28
with:
29
- github_token: ${{ secrets.git_token }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_dir: ./example
0 commit comments