We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0371d commit e46f042Copy full SHA for e46f042
.github/workflows/deploy.yml
@@ -18,6 +18,5 @@ jobs:
18
- name: Deploy
19
uses: peaceiris/actions-gh-pages@v3
20
with:
21
- deploy_key: ${{ secrets.ACCESS_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
22
publish_dir: ./dist
23
- force_orphan: true
0 commit comments