We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5897a02 commit 6b3643cCopy full SHA for 6b3643c
1 file changed
.github/workflows/build.yml
@@ -16,6 +16,8 @@ jobs:
16
runs-on: ubuntu-22.04
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ persist-credentials: false
21
22
- name: Set up Python
23
uses: actions/setup-python@v5
@@ -41,6 +43,8 @@ jobs:
41
43
42
44
45
46
47
48
49
50
@@ -67,6 +71,8 @@ jobs:
67
71
runs-on: ${{ matrix.os }}
68
72
69
73
74
75
70
76
77
78
@@ -182,6 +188,8 @@ jobs:
182
188
183
189
184
190
191
192
185
193
186
194
187
195
0 commit comments