fix: use GITHUB_TOKEN for git clone
This commit is contained in:
parent
9cae2f9125
commit
515882bd2b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ steps:
|
||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
echo "Updating GitOps for nxtgauge-admin-solid"
|
echo "Updating GitOps for nxtgauge-admin-solid"
|
||||||
git clone https://github.com/Traceworks2023/nxtgauge-gitops.git /tmp/gitops
|
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/Traceworks2023/nxtgauge-gitops.git /tmp/gitops
|
||||||
cd /tmp/gitops
|
cd /tmp/gitops
|
||||||
git checkout main
|
git checkout main
|
||||||
ADMIN_OVERLAY="apps/nxtgauge-admin-solid/overlays/prod"
|
ADMIN_OVERLAY="apps/nxtgauge-admin-solid/overlays/prod"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue