We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4767f88 commit 7238195Copy full SHA for 7238195
.github/workflows/ci.yml
@@ -190,6 +190,12 @@ jobs:
190
uses: actions/setup-python@v5
191
with:
192
python-version: "3.12"
193
+ - name: "Setup git credentials"
194
+ run: "git config --global user.name 'Infrahub' && \
195
+ git config --global user.email '[email protected]' && \
196
+ git config --global --add safe.directory '*' && \
197
+ git config --global credential.usehttppath true && \
198
+ git config --global credential.helper /usr/local/bin/infrahub-git-credential"
199
- name: "Setup environment"
200
run: |
201
pipx install poetry==1.8.5
0 commit comments