mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Should be using TRAVIS_ACCESS_TOKEN rather than TRAVIS_ACCESS_TOKEN_TEMP to trigger downstream project builds
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user