Skip to content

Commit

Permalink
Add NPM_TOKEN to publish-release workflow call (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Nov 17, 2022
1 parent 2e9c268 commit e48fb25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-test.yml
Expand Up @@ -117,3 +117,5 @@ jobs:
permissions:
contents: write
uses: ./.github/workflows/publish-release.yml
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Expand Up @@ -2,6 +2,9 @@ name: Publish Release

on:
workflow_call:
secrets:
NPM_TOKEN:
required: true

jobs:
publish-release:
Expand Down

0 comments on commit e48fb25

Please sign in to comment.