We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbcfcd commit e6a7603Copy full SHA for e6a7603
.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