File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11name : Documentation
2+ permissions :
3+ contents : read
24
35on : [push, pull_request]
46
1416 steps :
1517
1618 - uses : actions/checkout@v2
19+ with :
20+ persist-credentials : false
1721
1822 - name : Set up Python ${{ matrix.python-version }}
1923 uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 11name : Check Code Style
2+ permissions :
3+ contents : read
24
35on : [push, pull_request]
46
1012 steps :
1113
1214 - uses : actions/checkout@v2
15+ with :
16+ persist-credentials : false
1317
1418 - uses : actions/setup-python@v2
1519
Original file line number Diff line number Diff line change 2626
2727 - uses : actions/checkout@v2
2828 with :
29- fetch-depth : 1000 # should be enough to reach the most recent tag
29+ fetch-depth : 1000
30+ persist-credentials : false
3031
3132 - name : Set up Python ${{ matrix.python-version }}
3233 uses : actions/setup-python@v2
5152 - name : Deploy documentation
5253 # We pin to the SHA, not the tag, for security reasons.
5354 # https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
54- uses : peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
55+ uses : peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
5556 with :
5657 deploy_key : ${{ secrets.ACTIONS_DOCUMENTATION_DEPLOY_KEY }}
5758 publish_branch : master
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - uses : actions/checkout@v2
17+ with :
18+ persist-credentials : false
1719 - name : Set up Python
1820 uses : actions/setup-python@v2
1921 with :
Original file line number Diff line number Diff line change 11name : Unit Tests
2+ permissions :
3+ contents : read
24
35on : [push, pull_request]
46
1315
1416 steps :
1517 - uses : actions/checkout@v2
18+ with :
19+ persist-credentials : false
1620 - name : Set up Python ${{ matrix.python-version }}
1721 uses : actions/setup-python@v2
1822 with :
You can’t perform that action at this time.
0 commit comments