File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
+ persist-credentials : false
27
28
- uses : actions/setup-python@v5
28
29
with :
29
30
python-version : ${{ env.PYTHON_LATEST }}
75
76
76
77
steps :
77
78
- uses : actions/checkout@v4
79
+ with :
80
+ persist-credentials : false
78
81
- uses : actions/setup-python@v5
79
82
with :
80
83
python-version : ${{ matrix.python-version }}
@@ -106,6 +109,8 @@ jobs:
106
109
with :
107
110
jobs : ${{ toJSON(needs) }}
108
111
- uses : actions/checkout@v4
112
+ with :
113
+ persist-credentials : false
109
114
- uses : actions/setup-python@v5
110
115
with :
111
116
python-version : ${{ env.PYTHON_LATEST }}
@@ -139,6 +144,7 @@ jobs:
139
144
uses : actions/checkout@v4
140
145
with :
141
146
fetch-depth : 0
147
+ persist-credentials : false
142
148
- name : Install Python
143
149
uses : actions/setup-python@v5
144
150
- name : Install towncrier
You can’t perform that action at this time.
0 commit comments