Skip to content

Commit 932e6ab

Browse files
committed
🐛 Fix: where failed for name
1 parent 8206ba3 commit 932e6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: peaceiris/actions-gh-pages@v3
5151
if: github.ref == 'refs/heads/master'
5252
with:
53-
ESHANIZED_GH_TOKEN: ${{ secrets.ESHANIZED_GH_TOKEN }}
53+
github_token: ${{ secrets.ESHANIZED_GH_TOKEN }}
5454
publish_dir: ./dist
5555
cname: eshanized.is-a.dev
5656
user_name: 'github-actions[bot]'

0 commit comments

Comments
 (0)