Skip to content

Commit 4c5ff7d

Browse files
committed
Add missing secret in publish release
1 parent d22ad06 commit 4c5ff7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ on:
88
jobs:
99
ci:
1010
uses: shlinkio/github-actions/.github/workflows/js-lib-publish.yml@main
11-
secrets: inherit
11+
secrets:
12+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)