We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a3c3b commit b04fadcCopy full SHA for b04fadc
1 file changed
.github/workflows/ci.yaml
@@ -28,7 +28,8 @@ jobs:
28
# TODO: remove when this repo is made public
29
- name: Configure Git for Private Modules
30
run: |
31
- git config --global url."https://${{ env.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
+ go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
32
+ git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
33
- name: Unshallow clone for tags
34
run: git fetch --prune --unshallow --tags
35
- name: Install pulumictl
0 commit comments