Skip to content

Commit cdcfa55

Browse files
committed
test2
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 281090f commit cdcfa55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Configure Git for Private Modules
3535
run: |
3636
go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
37-
git config --global url."https://oauth2:{GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
37+
git config --global url."https://gitlab-ci-token:${secrets.TECHNICAL_USER_TOKEN}@gitlab.com/".insteadOf "https://gitlab.com/"
3838
# TODO: remove end
3939
- name: Unshallow clone for tags
4040
run: git fetch --prune --unshallow --tags

0 commit comments

Comments
 (0)