Skip to content

Commit 05ae568

Browse files
committed
fix: add required secrets
1 parent de59119 commit 05ae568

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
with:
2525
before-publish: yarn build
2626
secrets:
27+
GITHUB_ACTION_TOKEN: ${{ github.token }}
2728
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)