Skip to content

Commit

Permalink
remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Apr 30, 2024
1 parent 07aa5d6 commit 9b5eff2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ jobs:
uses: openimis/openimis-fe_js/.github/workflows/module-npmpublish.yml@develop
with:
registry_url: 'https://registry.npmjs.org/'
node_version: ${{ github.event.inputs.node_version:-'20' }}
access: ${{ github.event.inputs.access:-'public' }}
scope: ${{ github.event.inputs.scope:-'openimis' }}
node_version: ${{ github.event.inputs.node_version }}
access: ${{ github.event.inputs.access }}
scope: ${{ github.event.inputs.scope }}
tag: ${{ github.event.inputs.tag }}
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
call-gpr-publish-workflow:
uses: openimis/openimis-fe_js/.github/workflows/module-npmpublish.yml@develop
with:
registry_url: 'https://npm.pkg.github.com/'
node_version: ${{ github.event.inputs.node_version:-'20' }}
access: ${{ github.event.inputs.access:-'public' }}
scope: ${{ github.event.inputs.scope:-'openimis' }}
node_version: ${{ github.event.inputs.node_version }}
access: ${{ github.event.inputs.access }}
scope: ${{ github.event.inputs.scope }}
tag: ${{ github.event.inputs.tag }}
secrets:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b5eff2

Please sign in to comment.