Skip to content

Commit

Permalink
ci: set persist-credentials to false for checkout action (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
siljekristensen authored Jun 20, 2024
1 parent d5ad5cb commit bc87e8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Use Node.js 14.x
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -80,6 +81,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 14.x
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -107,6 +110,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 14.x
uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Use Node.js 14.x
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit bc87e8c

Please sign in to comment.