Skip to content

Commit 17dfcd0

Browse files
authored
ci: set persist-credentials for actions/checkout in workflow (#64)
1 parent c5e04ca commit 17dfcd0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17+
with:
18+
persist-credentials: false
1719
- name: Setup Node.js
1820
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
1921
with:

0 commit comments

Comments
 (0)