diff --git a/scripts/deploy-site.sh b/scripts/deploy-site.sh index ae0b0ca1f561..43258031d5af 100755 --- a/scripts/deploy-site.sh +++ b/scripts/deploy-site.sh @@ -57,7 +57,7 @@ git add -A # now commit, ignoring branch master doesn't seem to work, so trying skip git commit --allow-empty -m "Deploy to GitHub Pages on master [ci skip]" # and push, but send any output to /dev/null to hide anything sensitive -git push --force --quiet https://pytorchbot:$PYTORCHBOT_TOKEN@github.com/pytorch/pytorch.github.io.git master +git push --force --quiet https://pytorchbot:$SECRET_PYTORCHBOT_TOKEN@github.com/pytorch/pytorch.github.io.git master # go back to where we started and remove the master git repo we made and used # for deployment cd ..