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.
persist-credentials
1 parent 935ca82 commit bec254fCopy full SHA for bec254f
.github/workflows/ci.yml
@@ -30,12 +30,10 @@ jobs:
30
|| false
31
}}
32
steps:
33
- - name: Print Git config
34
- run: git config --list
35
- name: Checkout
36
uses: actions/checkout@v4
37
with:
38
- persist-credentials: false
+ persist-credentials: true # Set to `false` once git issue fixed
39
submodules: false # Disable submodule fetching
40
- name: Setup python
41
uses: actions/setup-python@v5
0 commit comments