We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800dfed commit cbd7f73Copy full SHA for cbd7f73
1 file changed
.github/workflows/ci.yaml
@@ -25,6 +25,11 @@ jobs:
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v5
28
+ # TODO: remove when this repo is made public
29
+ - name: Configure Git for Private Modules
30
+ run: |
31
+ git config --global url."https://oauth2:${GITHUB_TOKEN}@github.com".insteadOf "https://github.com"
32
+ # TODO: remove end
33
- name: Unshallow clone for tags
34
run: git fetch --prune --unshallow --tags
35
- name: Install pulumictl
0 commit comments