Skip to content

Commit 652c3b6

Browse files
committed
fix NPM publish workflow
1 parent 71570dd commit 652c3b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wasm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
release-wasm:
2727
runs-on: ubuntu-latest
2828
needs: [build-wasm]
29+
environment: release
2930
steps:
3031
- name: Checkout
3132
uses: actions/checkout@v3
@@ -36,6 +37,6 @@ jobs:
3637
with:
3738
dry-run: ${{ github.event.inputs.dry-run }}
3839
input-artifact-name: notarization-wasm-bindings-build
39-
npm-token: ${{ secrets.NPM_TOKEN }}
40+
npm-token: ${{ secrets.NPM_NOTARIZATION_TOKEN }}
4041
working-directory: ./bindings/wasm/notarization
4142
tag: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)