Skip to content

Commit

Permalink
chore: define secrets in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codenaz committed Mar 5, 2023
1 parent 2c5ee40 commit 34044fc
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 34044fc

Please sign in to comment.