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 559e3d5 commit afb272fCopy full SHA for afb272f
.github/workflows/deploy.yml
@@ -33,8 +33,9 @@ jobs:
33
# 5. Deploy to GitHub Pages using PAT and git commands
34
- name: Deploy to GitHub Pages
35
env:
36
- DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
+ DEPLOY_TOKEN: ${{ secrets.WEBSITE_TOKEN }} # Use PAT stored as DEPLOY_TOKEN
37
run: |
38
+ set -x
39
git config --global user.name "jonhealy1"
40
git config --global user.email "[email protected]"
41
git remote add deploy https://jonhealy1:${DEPLOY_TOKEN}@github.com/stacchain/stacchain.github.io.git
0 commit comments