Skip to content

Commit 82c9b20

Browse files
committed
fix(ci): Do not persist token when checking out the repository during Release workflow
1 parent decebe0 commit 82c9b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
12+
with:
13+
persist-credentials: false
1214

1315
- name: Semantic Release
1416
uses: cycjimmy/semantic-release-action@v2

0 commit comments

Comments
 (0)