From c48b1ded12044b7c1b34d1a387c3b9df88f3dbaf Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Tue, 13 Oct 2020 16:40:30 +0100 Subject: [PATCH] Should be using TRAVIS_ACCESS_TOKEN rather than TRAVIS_ACCESS_TOKEN_TEMP --- scripts/travis/trigger_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/trigger_travis.sh b/scripts/travis/trigger_travis.sh index f180f412dd..a0fc6b83cb 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_TEMP}" \ + -H "Authorization: token ${TRAVIS_ACCESS_TOKEN}" \ -d "${BODY}" \ "${URL}" \ | tee /tmp/travis-request-output.txt