Skip to content

Commit 09c49c4

Browse files
committed
ci: set persist-credentials to false
1 parent 4e461c4 commit 09c49c4

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
17+
with:
18+
persist-credentials: false
1719

1820
- run: npm i -g --force corepack && corepack enable
1921

.github/workflows/bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2222
with:
2323
fetch-depth: 0
24+
persist-credentials: false
2425

2526
- run: npm i -g --force corepack && corepack enable
2627

.github/workflows/size-comment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
sparse-checkout: scripts/parse-sizes.ts
2525
sparse-checkout-cone-mode: false
26+
persist-credentials: false
2627

2728
- name: ⏬ Download artifacts from workflow run
2829
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

0 commit comments

Comments
 (0)