We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04fadc commit 4b83c28Copy full SHA for 4b83c28
1 file changed
.github/workflows/ci.yaml
@@ -26,6 +26,8 @@ jobs:
26
- name: Checkout
27
uses: actions/checkout@v5
28
# TODO: remove when this repo is made public
29
+ - name: Deaktiviere Credential Helper, um interaktive Prompts zu verhindern
30
+ run: git config --global credential.helper ""
31
- name: Configure Git for Private Modules
32
run: |
33
go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
0 commit comments