Skip to content

Commit 5d66993

Browse files
committed
fix: Fix workflow.
1 parent 750559c commit 5d66993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: '0'
22+
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
2223
- name: Use Node.js
2324
uses: actions/setup-node@v4
2425
with:

0 commit comments

Comments
 (0)