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 20d3cd8 commit adbe335Copy full SHA for adbe335
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
git config --global user.name "jonhealy1"
39
git config --global user.email "[email protected]"
40
- git remote add deploy https://jonhealy1:${GITHUB_TOKEN}@github.com/stacchain/stacchain.github.io.git
+ git remote add deploy https://jonhealy1:${DEPLOY_TOKEN}@github.com/stacchain/stacchain.github.io.git
41
git fetch deploy
42
git checkout deploy/main || git checkout --orphan deploy/main
43
git rm -rf .
0 commit comments