Changes git auth username/pass into PAT

git_credential_change
gindibay 2023-01-06 13:01:22 +03:00
parent db7a70ef3e
commit 47bdddcb25
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ set -e
set -o pipefail
PR_BRANCH="${CIRCLE_BRANCH}"
ENTERPRISE_REMOTE="https://${GIT_USERNAME}:${GIT_TOKEN}@github.com/citusdata/citus-enterprise"
ENTERPRISE_REMOTE="https://${GIT_ADMIN_PAT}@github.com/citusdata/citus-enterprise"
# shellcheck disable=SC1091
source ci/ci_helpers.sh

View File

@ -19,7 +19,7 @@ echo "github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6Tb
set +x
git config --global credential.helper store
git clone https://${GIT_USERNAME}:${GIT_TOKEN}@github.com/citusdata/test-automation
git clone https://${GIT_ADMIN_PAT}@github.com/citusdata/test-automation
set -x
cd test-automation