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 b13f7ba commit 99782c7Copy full SHA for 99782c7
1 file changed
.github/workflows/publish-npm.yml
@@ -8,6 +8,9 @@ on:
8
release:
9
types: [published]
10
11
+permissions:
12
+ id-token: write # required for OIDC
13
+
14
jobs:
15
publish:
16
name: publish
0 commit comments