++ fix module token auth format username colon token
Some checks failed
Terraform Terragrunt (contour) / validate (push) Failing after 23s
Terraform Terragrunt (contour) / plan (push) Has been skipped
Terraform Terragrunt (contour) / apply (push) Has been skipped

This commit is contained in:
Kochetkov S 2026-08-07 12:04:04 +03:00
parent f66f7839b9
commit e6b02d42c5

View File

@ -97,7 +97,7 @@ jobs:
fi fi
- name: Configure module registry auth - name: Configure module registry auth
run: | run: |
git config --global url."https://${GITLAB_MODULE_TOKEN}@gitlab.sarex.io/".insteadOf "ssh://git@gitlab.sarex.io/" git config --global url."https://gitlab-module-pull:${GITLAB_MODULE_TOKEN}@gitlab.sarex.io/".insteadOf "ssh://git@gitlab.sarex.io/"
- name: Decrypt secret values - name: Decrypt secret values
# SOPS_AGE_KEY only reaches this step, not the whole job - the rest # SOPS_AGE_KEY only reaches this step, not the whole job - the rest
# (checkout, kubeconfig, terragrunt run) never sees it. # (checkout, kubeconfig, terragrunt run) never sees it.
@ -158,7 +158,7 @@ jobs:
fi fi
- name: Configure module registry auth - name: Configure module registry auth
run: | run: |
git config --global url."https://${GITLAB_MODULE_TOKEN}@gitlab.sarex.io/".insteadOf "ssh://git@gitlab.sarex.io/" git config --global url."https://gitlab-module-pull:${GITLAB_MODULE_TOKEN}@gitlab.sarex.io/".insteadOf "ssh://git@gitlab.sarex.io/"
- name: Decrypt secret values - name: Decrypt secret values
# SOPS_AGE_KEY only reaches this step, not the whole job - the rest # SOPS_AGE_KEY only reaches this step, not the whole job - the rest
# (checkout, kubeconfig, terragrunt run) never sees it. # (checkout, kubeconfig, terragrunt run) never sees it.
@ -220,7 +220,7 @@ jobs:
fi fi
- name: Configure module registry auth - name: Configure module registry auth
run: | run: |
git config --global url."https://${GITLAB_MODULE_TOKEN}@gitlab.sarex.io/".insteadOf "ssh://git@gitlab.sarex.io/" git config --global url."https://gitlab-module-pull:${GITLAB_MODULE_TOKEN}@gitlab.sarex.io/".insteadOf "ssh://git@gitlab.sarex.io/"
- name: Decrypt secret values - name: Decrypt secret values
# SOPS_AGE_KEY only reaches this step, not the whole job - the rest # SOPS_AGE_KEY only reaches this step, not the whole job - the rest
# (checkout, kubeconfig, terragrunt run) never sees it. # (checkout, kubeconfig, terragrunt run) never sees it.