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 19c6697 commit 8dc142bCopy full SHA for 8dc142b
.github/workflows/deploy.yml
@@ -31,6 +31,6 @@ jobs:
31
- name: Deploy
32
uses: peaceiris/actions-gh-pages@v4
33
with:
34
- github_token: ${{ secrets.GH_PAGES_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
35
publish_dir: ./public
36
cname: zooneon.dev
0 commit comments