Skip to content

Commit f872676

Browse files
authored
fix: do not persist credentials for release workflow (#1120)
do not persist credentials
1 parent 04587bc commit f872676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
11+
with:
12+
persist-credentials: "false"
1113
- name: Setup project
1214
uses: ./.github/actions/setup-project
1315
- name: Install dependencies

0 commit comments

Comments
 (0)