Skip to content

Commit 777c2d0

Browse files
committed
fix(actions): try persist-credentials: false.
1 parent f137864 commit 777c2d0

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
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
token: ${{ env.GH_TOKEN }}
20+
persist-credentials: false
2021

2122
- name: conventional changelog action
2223
id: changelog

0 commit comments

Comments
 (0)