We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ef3ef commit 6bce0fcCopy full SHA for 6bce0fc
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: publish GitHub pages
41
uses: peaceiris/actions-gh-pages@v3
42
with:
43
- github_token: ${{ GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
44
publish_dir: ./docs
45
46
publish-dlx:
0 commit comments