docs: use github_token
This commit is contained in:
parent
4eed9e4759
commit
41b2600c91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue