We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbe335 commit 559e3d5Copy full SHA for 559e3d5
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
# 5. Deploy to GitHub Pages using PAT and git commands
34
- name: Deploy to GitHub Pages
35
env:
36
- GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
+ DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
37
run: |
38
git config --global user.name "jonhealy1"
39
git config --global user.email "[email protected]"
0 commit comments