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"