Skip to content

Commit afb272f

Browse files
committed
update workflow
1 parent 559e3d5 commit afb272f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
# 5. Deploy to GitHub Pages using PAT and git commands
3434
- name: Deploy to GitHub Pages
3535
env:
36-
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
36+
DEPLOY_TOKEN: ${{ secrets.WEBSITE_TOKEN }} # Use PAT stored as DEPLOY_TOKEN
3737
run: |
38+
set -x
3839
git config --global user.name "jonhealy1"
3940
git config --global user.email "[email protected]"
4041
git remote add deploy https://jonhealy1:${DEPLOY_TOKEN}@github.com/stacchain/stacchain.github.io.git

0 commit comments

Comments
 (0)