File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@v4
21
+ with :
22
+ persist-credentials : false
21
23
22
24
- uses : actions/setup-python@v5
23
25
with :
50
52
if : contains(github.ref, 'tags')
51
53
steps :
52
54
- uses : actions/checkout@v4
55
+ with :
56
+ persist-credentials : false
53
57
- uses : actions/download-artifact@v4.3.0
54
58
with :
55
59
name : docs
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- uses : actions/checkout@v4
31
+ with :
32
+ persist-credentials : false
31
33
32
34
- name : Set up Python ${{ matrix.python-version }}
33
35
uses : actions/setup-python@v5
84
86
id-token : write
85
87
steps :
86
88
- uses : actions/checkout@v4
89
+ with :
90
+ persist-credentials : false
87
91
- name : Set up Python
88
92
uses : actions/setup-python@v5
89
93
with :
You can’t perform that action at this time.
0 commit comments