We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1353cfb commit 281090fCopy full SHA for 281090f
1 file changed
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Configure Git for Private Modules
35
run: |
36
go env -w GOPRIVATE="github.com/stackitcloud/pulumi-stackit"
37
- git config --global url."ssh://git@github.com/".insteadOf "https://github.com/"
+ git config --global url."https://oauth2:{GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
38
# TODO: remove end
39
- name: Unshallow clone for tags
40
run: git fetch --prune --unshallow --tags
0 commit comments