Skip to content

Commit

Permalink
fix(crypto-nodejs): Pass secrets to the release workflow
Browse files Browse the repository at this point in the history
fix(crypto-nodejs): Pass secrets to the release workflow
  • Loading branch information
Hywan authored Nov 3, 2022
2 parents b5b2eaf + fb89de8 commit a3cdd31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prep-crypto-nodejs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ jobs:
name: "Trigger release Workflow"
with:
tag: ${{needs.prepare-release.outputs.tag}}
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a3cdd31

Please sign in to comment.