Skip to content

Commit a3cdd31

Browse files
authored
fix(crypto-nodejs): Pass secrets to the release workflow
fix(crypto-nodejs): Pass secrets to the release workflow
2 parents b5b2eaf + fb89de8 commit a3cdd31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prep-crypto-nodejs-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,5 @@ jobs:
115115
name: "Trigger release Workflow"
116116
with:
117117
tag: ${{needs.prepare-release.outputs.tag}}
118+
secrets:
119+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)