From e5efd238090e9bd4a9bd7aded152afe7091cb8d5 Mon Sep 17 00:00:00 2001 From: Volumio Date: Sun, 5 May 2024 10:56:39 +0200 Subject: [PATCH] Different token notation --- travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-script.sh b/travis-script.sh index ec3708e7c..cb2d2b3bb 100644 --- a/travis-script.sh +++ b/travis-script.sh @@ -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 ..