From b1493c5217dc641aebcb41c331b914e25e61799c Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 29 Sep 2022 11:36:29 +0200 Subject: [PATCH] fix(crypto-nodejs): Hopefully it will make `NPM_TOKEN` available in the script. We hope that adding this to the workflow will make `NPM_TOKEN` available from within the script. --- .github/workflows/release-crypto-nodejs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-crypto-nodejs.yml b/.github/workflows/release-crypto-nodejs.yml index 19e6fcd73..4296708d8 100644 --- a/.github/workflows/release-crypto-nodejs.yml +++ b/.github/workflows/release-crypto-nodejs.yml @@ -27,6 +27,10 @@ on: description: "The tag to build with" required: true type: string + secrets: + NPM_TOKEN: + required: true + jobs: upload-assets: name: "Upload prebuilt libraries"