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 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21+ with :
22+ persist-credentials : false
2123
2224 - uses : actions/setup-python@v5
2325 with :
5052 if : contains(github.ref, 'tags')
5153 steps :
5254 - uses : actions/checkout@v4
55+ with :
56+ persist-credentials : false
5357 - uses : actions/download-artifact@v4.3.0
5458 with :
5559 name : docs
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - uses : actions/checkout@v4
31+ with :
32+ persist-credentials : false
3133
3234 - name : Set up Python ${{ matrix.python-version }}
3335 uses : actions/setup-python@v5
8486 id-token : write
8587 steps :
8688 - uses : actions/checkout@v4
89+ with :
90+ persist-credentials : false
8791 - name : Set up Python
8892 uses : actions/setup-python@v5
8993 with :
You can’t perform that action at this time.
0 commit comments