Skip to content

Commit 8db4810

Browse files
authored
Build: using persist-credentials false in checkout action
1 parent 75dda5f commit 8db4810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v2
25+
with:
26+
persist-credentials: false
2527
- run: npm ci
2628
- name: Semantic Release
2729
uses: cycjimmy/semantic-release-action@v2

0 commit comments

Comments
 (0)