Skip to content

Commit 78b6703

Browse files
authored
Merge pull request #46 from perl-users-jp/fix_ci_deploy
deploy keyではなくtokenで試してみる
2 parents fcbcfcd + e6a7603 commit 78b6703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Deploy
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:
26-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_branch: master
2828
publish_dir: ./public
2929
cname: perl-users.jp

0 commit comments

Comments
 (0)