Skip to content

Commit f10629c

Browse files
ParthS007agbilotia1998
authored andcommitted
Change GH pages token (#1771)
1 parent a9ae622 commit f10629c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh_deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git init
1616
git config --global user.name "Travis CI"
1717
git config --global user.email "[email protected]"
1818

19-
git remote add upstream "https://$GH_TOKEN@github.com/"${TRAVIS_REPO_SLUG}".git"
19+
git remote add upstream "https://$gh_token@github.com/"${TRAVIS_REPO_SLUG}".git"
2020
git fetch upstream
2121
git reset upstream/gh-pages
2222

0 commit comments

Comments
 (0)