Skip to content

Commit 3e21082

Browse files
authored
Update release workflow to disable credential persistence
1 parent 2c0922d commit 3e21082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2828
fetch-depth: 0
29+
persist-credentials: false
2930

3031
- name: Set up Node.js
3132
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)