Skip to content

Commit 43188be

Browse files
committed
Update deploy.yml
Had some issues with automated deployment, this should fix the issue. I used GITHUB_TOKEN rather than GH_TOKEN
1 parent 96b5ef3 commit 43188be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Deploy to GitHub Pages
3434
run: npm run deploy
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)