Skip to content

Commit 7238195

Browse files
committed
initialize git
1 parent 4767f88 commit 7238195

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ jobs:
190190
uses: actions/setup-python@v5
191191
with:
192192
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"
193199
- name: "Setup environment"
194200
run: |
195201
pipx install poetry==1.8.5

0 commit comments

Comments
 (0)