File tree Expand file tree Collapse file tree
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 steps :
2929 - name : Checkout the repository
3030 uses : actions/checkout@v4
31+ with :
32+ persist-credentials : ' false'
3133 - name : Bootstrap repository
3234 uses : ./.github/actions/bootstrap
3335 with :
@@ -47,13 +49,15 @@ jobs:
4749 if : github.event_name != 'pull_request'
4850 with :
4951 fetch-depth : 0
52+ persist-credentials : ' false'
5053 - name : Checkout the repository
5154 uses : actions/checkout@v4
5255 # Necessary for hooks to succeed during tests for PRs
5356 if : github.event_name == 'pull_request'
5457 with :
5558 ref : ${{ github.event.pull_request.head.ref }}
5659 fetch-depth : 0
60+ persist-credentials : ' false'
5761 - name : Bootstrap repository
5862 uses : ./.github/actions/bootstrap
5963 with :
Original file line number Diff line number Diff line change 2626 with :
2727 fetch-depth : 0
2828 token : ${{ secrets.GITHUB_TOKEN }}
29+ persist-credentials : ' false'
2930
3031 - name : Bootstrap repository
3132 uses : ./.github/actions/bootstrap
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout the repository
2323 uses : actions/checkout@v4
24+ with :
25+ persist-credentials : ' false'
2426 - name : Bootstrap repository
2527 uses : ./.github/actions/bootstrap
2628 with :
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout the repository
2525 uses : actions/checkout@v4
26+ with :
27+ persist-credentials : ' false'
2628 - name : Bootstrap repository
2729 uses : ./.github/actions/bootstrap
2830 with :
Original file line number Diff line number Diff line change 2424 steps :
2525 - name : Checkout the repository
2626 uses : actions/checkout@v4
27+ with :
28+ persist-credentials : ' false'
2729 - name : Bootstrap repository
2830 uses : ./.github/actions/bootstrap
2931 with :
4951 steps :
5052 - name : Checkout the repository
5153 uses : actions/checkout@v4
54+ with :
55+ persist-credentials : ' false'
5256 - name : Bootstrap repository
5357 uses : ./.github/actions/bootstrap
5458 with :
6973 steps :
7074 - name : Checkout code
7175 uses : actions/checkout@v4
76+ with :
77+ persist-credentials : ' false'
7278 - name : Bootstrap repository
7379 uses : ./.github/actions/bootstrap
7480 with :
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout the repository
2222 uses : actions/checkout@v4
23+ with :
24+ persist-credentials : ' false'
2325 - name : Bootstrap repository
2426 uses : ./.github/actions/bootstrap
2527 with :
4143 uses : actions/checkout@v4
4244 with :
4345 fetch-depth : 0
46+ persist-credentials : ' false'
4447 - name : Bootstrap repository
4548 uses : ./.github/actions/bootstrap
4649 with :
@@ -116,6 +119,7 @@ jobs:
116119 with :
117120 fetch-depth : 0
118121 ref : " ${{ " {{ needs.bump-version.outputs.tag }}" }}"
122+ persist-credentials : ' false'
119123 - name : Bootstrap repository
120124 uses : ./.github/actions/bootstrap
121125 with :
Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Checkout the repository
3333 uses : actions/checkout@v4
34+ with :
35+ persist-credentials : ' false'
3436 - name : Bootstrap repository
3537 uses : ./.github/actions/bootstrap
3638 with :
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout the repository
2525 uses : actions/checkout@v4
26+ with :
27+ persist-credentials : ' false'
2628 - name : Bootstrap repository
2729 uses : ./.github/actions/bootstrap
2830 with :
You can’t perform that action at this time.
0 commit comments