diff --git a/scripts/travis/release/git-tag-beta.sh b/scripts/travis/release/git-tag-beta.sh index cc05f59959..4aca1e0f3a 100755 --- a/scripts/travis/release/git-tag-beta.sh +++ b/scripts/travis/release/git-tag-beta.sh @@ -5,5 +5,5 @@ VERSION=$(npm view @alfresco/adf-core@beta version) echo "git tag -a ${VERSION} -m ${VERSION}" git tag -a ${VERSION} -m "${VERSION} [ci skip] " git remote rm origin -git remote add origin 'git@github.com:Alfresco/alfresco-ng2-components.git' +git remote add origin 'https://$GITHUB_TOKEN:@github.com:Alfresco/alfresco-ng2-components.git' git push origin --tags