Skip to content

Commit

Permalink
Different token notation
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed May 5, 2024
1 parent a43e03d commit e5efd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "Initializing Git Repo"
git init && git add . && git commit -m "Deploy to dist branch"

echo "Pushing to dist branch"
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:dist
git push --force --quiet "https://${secrets.GITHUB_TOKEN}@${GH_REF}" master:dist

cd ..

Expand Down

0 comments on commit e5efd23

Please sign in to comment.