Skip to content

Commit b04fadc

Browse files
committed
test 2
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 34a3c3b commit b04fadc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
# TODO: remove when this repo is made public
2929
- name: Configure Git for Private Modules
3030
run: |
31-
git config --global url."https://${{ env.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
31+
go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
32+
git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
3233
- name: Unshallow clone for tags
3334
run: git fetch --prune --unshallow --tags
3435
- name: Install pulumictl

0 commit comments

Comments
 (0)