docs: use github_token

This commit is contained in:
Shohei Ueda 2020-02-23 21:41:38 +09:00 committed by GitHub
parent 4eed9e4759
commit 41b2600c91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
```