ci: use angular-builds credentials for publishing artifacts (#15072)
This commit is contained in:
@ -75,6 +75,8 @@ function publishRepo {
|
||||
done
|
||||
|
||||
(
|
||||
# SECURITY CRITICAL: DO NOT remove the set -x on the following line. Removing it will leak the github credentials to the travis log.
|
||||
set -x
|
||||
cd $REPO_DIR && \
|
||||
git config credential.helper "store --file=.git/credentials" && \
|
||||
echo "https://${GITHUB_TOKEN_ANGULAR}:@github.com" > .git/credentials
|
||||
|
Reference in New Issue
Block a user