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 is required if WhiteSource administrator has enabled "Enforce user level access" option
|
||||||
#userKey=
|
#userKey=
|
||||||
|
|
||||||
projectName=alfresco-repository
|
projectName=alfresco-community-repo
|
||||||
projectVersion=7.N
|
projectVersion=6.2.2
|
||||||
projectToken=
|
projectToken=
|
||||||
|
|
||||||
productName=ACS Community
|
productName=ACS Community
|
||||||
|
@@ -28,7 +28,7 @@ curl -s -X POST \
|
|||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Accept: application/json" \
|
-H "Accept: application/json" \
|
||||||
-H "Travis-API-Version: 3" \
|
-H "Travis-API-Version: 3" \
|
||||||
-H "Authorization: token ${TRAVIS_ACCESS_TOKEN_TEMP}" \
|
-H "Authorization: token ${TRAVIS_ACCESS_TOKEN}" \
|
||||||
-d "${BODY}" \
|
-d "${BODY}" \
|
||||||
"${URL}" \
|
"${URL}" \
|
||||||
| tee /tmp/travis-request-output.txt
|
| tee /tmp/travis-request-output.txt
|
||||||
|
Reference in New Issue
Block a user