Skip to content

Commit 8e1c7ff

Browse files
authored
chore: Update PR release workflow to disable credential persistence on actions/checkout (electron-userland#9341)
1 parent ba0d0c7 commit 8e1c7ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-release.yml

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

2728
- name: Install dependencies
2829
uses: ./.github/actions/pnpm

0 commit comments

Comments
 (0)