Should be using TRAVIS_ACCESS_TOKEN rather than TRAVIS_ACCESS_TOKEN_TEMP to trigger downstream project builds

This commit is contained in:
Alan Davis
2020-10-13 17:33:20 +01:00
parent c170ed725a
commit f50a76d20d
2 changed files with 3 additions and 3 deletions

View File

@@ -131,8 +131,8 @@ apiKey=
#userKey is required if WhiteSource administrator has enabled "Enforce user level access" option
#userKey=
projectName=alfresco-repository
projectVersion=7.N
projectName=alfresco-community-repo
projectVersion=6.2.2
projectToken=
productName=ACS Community

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_TEMP}" \
-H "Authorization: token ${TRAVIS_ACCESS_TOKEN}" \
-d "${BODY}" \
"${URL}" \
| tee /tmp/travis-request-output.txt