Should be using TRAVIS_ACCESS_TOKEN rather than TRAVIS_ACCESS_TOKEN_TEMP [skip ci]

This commit is contained in:
Alan Davis
2020-10-14 08:32:18 +01:00
parent 5ce3158307
commit c0517fd19a

View File

@@ -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