Skip to content

Commit 98f77be

Browse files
committed
workflow only pass required secret
1 parent b35e90a commit 98f77be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
uses: infinitaslearning/workflow-publish-public-module/.github/workflows/publish-module.yaml@v1
1919
with:
2020
version: ${{ inputs.version }}
21-
secrets: inherit
21+
secrets:
22+
NPMJS_ILPT_PUBLISH: ${{ secrets.NPMJS_ILPT_PUBLISH }}

0 commit comments

Comments
 (0)