Skip to content

Commit 8906dfa

Browse files
committed
Fixed release workflow secrets
1 parent 4190194 commit 8906dfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
name: Release
1515
uses: zen-fs/core/.github/workflows/release-common.yaml@main
1616
needs: ci
17-
secrets: inherit
17+
secrets:
18+
npm_token: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)