There was an error while loading. Please reload this page.
1 parent 72d5abf commit 48f9d90Copy full SHA for 48f9d90
1 file changed
.github/workflows/npm-publish.yml
@@ -6,6 +6,11 @@ on:
6
7
workflow_dispatch:
8
9
+# Required for NPM trusted publishing with OIDC
10
+permissions:
11
+ id-token: write # Required for OIDC
12
+ contents: read
13
+
14
jobs:
15
build:
16
runs-on: ${{ matrix.os }}
0 commit comments