We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcbcfcd + e6a7603 commit 78b6703Copy full SHA for 78b6703
.github/workflows/gh-pages.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Deploy
24
uses: peaceiris/actions-gh-pages@v3
25
with:
26
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
27
publish_branch: master
28
publish_dir: ./public
29
cname: perl-users.jp
0 commit comments