From f50a76d20d66b54fd50d1fc06291264a404936e8 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Tue, 13 Oct 2020 17:33:20 +0100 Subject: [PATCH] Should be using TRAVIS_ACCESS_TOKEN rather than TRAVIS_ACCESS_TOKEN_TEMP to trigger downstream project builds --- .wss-unified-agent.config | 4 ++-- scripts/travis/trigger_travis.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.wss-unified-agent.config b/.wss-unified-agent.config index 68db5ca31a..0a6a9ffd26 100644 --- a/.wss-unified-agent.config +++ b/.wss-unified-agent.config @@ -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 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