Skip to content

Commit

Permalink
fix(actions): pass npm token to release workflow (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Sep 8, 2022
1 parent 77caf0d commit 2573648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ on:
jobs:
release:
uses: ybiquitous/.github/.github/workflows/nodejs-release-reusable.yml@main
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ on:
jobs:
release:
uses: ybiquitous/.github/.github/workflows/nodejs-release-reusable.yml@main
secrets:
npm-token: \${{ secrets.NPM_TOKEN }}
"
`;

Expand Down

0 comments on commit 2573648

Please sign in to comment.