|
38 | 38 | with: |
39 | 39 | fetch-depth: 1 |
40 | 40 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
| 41 | + persist-credentials: false |
41 | 42 |
|
42 | 43 | - name: Use local branch |
43 | 44 | shell: bash |
|
94 | 95 | with: |
95 | 96 | fetch-depth: 1 |
96 | 97 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
| 98 | + persist-credentials: false |
97 | 99 |
|
98 | 100 | - name: Use local branch |
99 | 101 | shell: bash |
@@ -145,6 +147,7 @@ jobs: |
145 | 147 | with: |
146 | 148 | fetch-depth: 1 |
147 | 149 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
| 150 | + persist-credentials: false |
148 | 151 |
|
149 | 152 | - name: Use local branch |
150 | 153 | shell: bash |
@@ -224,6 +227,7 @@ jobs: |
224 | 227 | with: |
225 | 228 | fetch-depth: 1 |
226 | 229 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
| 230 | + persist-credentials: false |
227 | 231 |
|
228 | 232 | - name: Use local branch |
229 | 233 | shell: bash |
@@ -304,6 +308,7 @@ jobs: |
304 | 308 | with: |
305 | 309 | fetch-depth: 1 |
306 | 310 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
| 311 | + persist-credentials: false |
307 | 312 |
|
308 | 313 | - name: Use local branch |
309 | 314 | shell: bash |
@@ -363,6 +368,7 @@ jobs: |
363 | 368 | with: |
364 | 369 | fetch-depth: 1 |
365 | 370 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
| 371 | + persist-credentials: false |
366 | 372 |
|
367 | 373 | - name: Use local branch |
368 | 374 | shell: bash |
@@ -456,6 +462,7 @@ jobs: |
456 | 462 | with: |
457 | 463 | fetch-depth: 1 |
458 | 464 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
| 465 | + persist-credentials: false |
459 | 466 |
|
460 | 467 | - name: Use local branch |
461 | 468 | shell: bash |
@@ -531,6 +538,7 @@ jobs: |
531 | 538 | with: |
532 | 539 | fetch-depth: 1 |
533 | 540 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
| 541 | + persist-credentials: false |
534 | 542 |
|
535 | 543 | - name: Use local branch |
536 | 544 | shell: bash |
|
0 commit comments