We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7c28c commit bd3c465Copy full SHA for bd3c465
1 file changed
.github/workflows/release-npm.yml
@@ -9,6 +9,10 @@ env:
9
CI: true
10
PNPM_CACHE_FOLDER: .pnpm-store
11
12
+permissions:
13
+ id-token: write # Required for OIDC
14
+ contents: read
15
+
16
jobs:
17
release:
18
timeout-minutes: 5
0 commit comments