diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8eb4af3..098775c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,7 +12,9 @@ jobs: env: WASI_SDK_VERSION: 22 BINARYEN_VERSION: 118 - + permissions: + contents: read + id-token: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v4