We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8206ba3 commit 932e6abCopy full SHA for 932e6ab
1 file changed
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: peaceiris/actions-gh-pages@v3
51
if: github.ref == 'refs/heads/master'
52
with:
53
- ESHANIZED_GH_TOKEN: ${{ secrets.ESHANIZED_GH_TOKEN }}
+ github_token: ${{ secrets.ESHANIZED_GH_TOKEN }}
54
publish_dir: ./dist
55
cname: eshanized.is-a.dev
56
user_name: 'github-actions[bot]'
0 commit comments