Skip to content

Commit 4b83c28

Browse files
committed
test 3
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent b04fadc commit 4b83c28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v5
2828
# 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 ""
2931
- name: Configure Git for Private Modules
3032
run: |
3133
go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"

0 commit comments

Comments
 (0)