We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8c38c commit 949154dCopy full SHA for 949154d
.github/workflows/main.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: deploy to gh-pages
33
uses: peaceiris/actions-gh-pages@v3
34
with:
35
- deploy_key: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
36
publish_dir: ./build
0 commit comments