We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35e90a commit 98f77beCopy full SHA for 98f77be
.github/workflows/publish.yml
@@ -18,4 +18,5 @@ jobs:
18
uses: infinitaslearning/workflow-publish-public-module/.github/workflows/publish-module.yaml@v1
19
with:
20
version: ${{ inputs.version }}
21
- secrets: inherit
+ secrets:
22
+ NPMJS_ILPT_PUBLISH: ${{ secrets.NPMJS_ILPT_PUBLISH }}
0 commit comments