Skip to content

Commit

Permalink
Merge pull request #53 from codenaz/chore/fix-release-please
Browse files Browse the repository at this point in the history
chore: define secrets in workflow
  • Loading branch information
codenaz authored Mar 5, 2023
2 parents bd07d90 + 34044fc commit b14e1fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish to npm
on:
workflow_dispatch: {}
workflow_call:
secrets:
NPM_TOKEN:
required: true

env:
FORCE_COLOR: 1
Expand Down

0 comments on commit b14e1fb

Please sign in to comment.