Skip to content

Commit b6867bd

Browse files
authored
fix(ci): add persist-credentials: false to release checkout (#690)
1 parent c526553 commit b6867bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23+
persist-credentials: false
2324

2425
- uses: actions/setup-node@v4
2526
with:

0 commit comments

Comments
 (0)