Skip to content

Commit fbe0a13

Browse files
committed
creds should not be persisted
1 parent 2bd2104 commit fbe0a13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
registry.npmjs.org:443
2222
2323
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
24+
with:
25+
persist-credentials: false
2426
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # ratchet:actions/setup-node@v4
2527
with:
2628
node-version: "20.x"

.github/workflows/prs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ jobs:
1919
github.com:443
2020
registry.npmjs.org:443
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
22+
with:
23+
persist-credentials: false
2224
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # ratchet:actions/setup-node@v4
2325
with:
2426
node-version: "20.x"
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
26-
name: Checkout code
27-
with:
28-
persist-credentials: false
2927
- name: Cache node deps
3028
id: cache-node
3129
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # ratchet:actions/cache@v4

0 commit comments

Comments
 (0)