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.
This commit is contained in:
Ivan Enderlin
2022-09-29 11:36:29 +02:00
parent 7988dc6cf3
commit b1493c5217

View File

@@ -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"