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 a99bf3a commit f6cc842Copy full SHA for f6cc842
1 file changed
.github/workflows/ci.yml
@@ -37,6 +37,8 @@ jobs:
37
38
- name: Grab the source from Git
39
uses: actions/checkout@v4
40
+ with:
41
+ persist-credentials: false
42
43
- name: Get the dist version
44
id: dist-version
@@ -99,6 +101,7 @@ jobs:
99
101
100
102
with:
103
path: git-src
104
105
106
- name: >-
107
Smoke-test: install test requirements from the Git repo
0 commit comments