We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1f3bb commit c54854eCopy full SHA for c54854e
1 file changed
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Configure Git for Private Modules
35
run: |
36
go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
37
- git config --global url."https://gitlab-ci-token:${{ secrets.TECHNICAL_USER_TOKEN }}@gitlab.com/".insteadOf "https://gitlab.com/"
+ git config --global url."https://gitlab-ci-token:${{ secrets.TEST_PERSONAL_TOKEN }}@gitlab.com/".insteadOf "https://gitlab.com/"
38
# TODO: remove end
39
- name: Unshallow clone for tags
40
run: git fetch --prune --unshallow --tags
0 commit comments