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.
2 parents 74bd81d + b0f5dc3 commit 9380be9Copy full SHA for 9380be9
1 file changed
.github/workflows/release_publish.yml
@@ -5,6 +5,10 @@ on:
5
types:
6
- published
7
8
+permissions:
9
+ id-token: write
10
+ contents: read
11
+
12
jobs:
13
publish-npm:
14
# Only run if release is a prod release
0 commit comments