Skip to content

Commit e47c49e

Browse files
authored
ci: set persist-credentials for actions/checkout in workflow (#167)
1 parent e056add commit e47c49e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2
2222
with:
2323
fetch-depth: 1
24+
persist-credentials: false
2425
- name: Setup Node.js
2526
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # tag: v4.1.0
2627
with:

0 commit comments

Comments
 (0)