Skip to content

Commit 559e3d5

Browse files
committed
update
1 parent adbe335 commit 559e3d5

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,7 +33,7 @@ jobs:
3333
# 5. Deploy to GitHub Pages using PAT and git commands
3434
- name: Deploy to GitHub Pages
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
36+
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
3737
run: |
3838
git config --global user.name "jonhealy1"
3939
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)