mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 09:39:34 -04:00
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:
4
.github/workflows/release-crypto-nodejs.yml
vendored
4
.github/workflows/release-crypto-nodejs.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user