Skip to content

Commit adbe335

Browse files
committed
update token
1 parent 20d3cd8 commit adbe335

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
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
git config --global user.name "jonhealy1"
3939
git config --global user.email "[email protected]"
40-
git remote add deploy https://jonhealy1:${GITHUB_TOKEN}@github.com/stacchain/stacchain.github.io.git
40+
git remote add deploy https://jonhealy1:${DEPLOY_TOKEN}@github.com/stacchain/stacchain.github.io.git
4141
git fetch deploy
4242
git checkout deploy/main || git checkout --orphan deploy/main
4343
git rm -rf .

0 commit comments

Comments
 (0)