We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71570dd commit 652c3b6Copy full SHA for 652c3b6
.github/workflows/wasm-publish.yml
@@ -26,6 +26,7 @@ jobs:
26
release-wasm:
27
runs-on: ubuntu-latest
28
needs: [build-wasm]
29
+ environment: release
30
steps:
31
- name: Checkout
32
uses: actions/checkout@v3
@@ -36,6 +37,6 @@ jobs:
36
37
with:
38
dry-run: ${{ github.event.inputs.dry-run }}
39
input-artifact-name: notarization-wasm-bindings-build
- npm-token: ${{ secrets.NPM_TOKEN }}
40
+ npm-token: ${{ secrets.NPM_NOTARIZATION_TOKEN }}
41
working-directory: ./bindings/wasm/notarization
42
tag: ${{ github.event.inputs.tag }}
0 commit comments