fix: use GITHUB_TOKEN for git clone
This commit is contained in:
parent
747a4cb108
commit
99b8dc929e
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ steps:
|
||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
echo "Updating GitOps for ${SERVICE}"
|
echo "Updating GitOps for ${SERVICE}"
|
||||||
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
|
||||||
BACKEND_OVERLAY="apps/nxtgauge-backend-rust/overlays/prod"
|
BACKEND_OVERLAY="apps/nxtgauge-backend-rust/overlays/prod"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue