Skip to content

Commit 8e4132a

Browse files
committed
Use https intead of ssh for git repos in CI/CD
1 parent ff5be82 commit 8e4132a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
# to dependencies, which we use
4545
poetry config system-git-client true
4646
47+
# we access only public repositories, use https instead to avoid set up of
48+
# ssh key
49+
git config --global url."https://github".insteadOf "git://github"
50+
4751
poetry install
4852
shell: bash
4953

0 commit comments

Comments
 (0)