diff --git a/scripts/travis/trigger_travis.sh b/scripts/travis/trigger_travis.sh index a0fc6b83cb..f180f412dd 100755 --- a/scripts/travis/trigger_travis.sh +++ b/scripts/travis/trigger_travis.sh @@ -28,7 +28,7 @@ curl -s -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Travis-API-Version: 3" \ - -H "Authorization: token ${TRAVIS_ACCESS_TOKEN}" \ + -H "Authorization: token ${TRAVIS_ACCESS_TOKEN_TEMP}" \ -d "${BODY}" \ "${URL}" \ | tee /tmp/travis-request-output.txt