Skip to content

Commit

Permalink
Fixes secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Apr 30, 2024
1 parent 6b6a491 commit 01a0f22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/module-gprpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
access:
type: string
default: 'public'
secrets:
GITHUB_TOKEN:
required: true

jobs:
build_and_publish:
Expand Down Expand Up @@ -49,7 +52,7 @@ jobs:

# jobs:
# call-central-workflow:
# uses: openimis/openimis-fe_js/.github/workflows/module-npmpublish.yml@develop
# uses: openimis/openimis-fe_js/.github/workflows/module-gprpublish.yml@develop
# with:
# node_version: '18'
# registry_url: 'https://registry.npmjs.org/'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/module-npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
access:
type: string
default: 'public'
secrets:
NPM_TOKEN:
required: true

jobs:
build_and_publish:
Expand Down

0 comments on commit 01a0f22

Please sign in to comment.