chore(ci): fix web packages publish with provenance

- re-enabled required permissions, notably write id-token
This commit is contained in:
Arthur Meyre
2025-02-18 16:15:04 +01:00
parent 69d5b7206e
commit 4fa59cdd6d

View File

@@ -78,6 +78,10 @@ jobs:
name: Publish Release
needs: [package] # for comparing hashes
runs-on: ubuntu-latest
# For provenance of npmjs publish
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2