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 90f3747 commit b011620Copy full SHA for b011620
.github/workflows/npm-publish.yml
@@ -4,6 +4,10 @@
4
"release": { "types": ["published"] },
5
"workflow_dispatch": {}
6
},
7
+ "permissions": {
8
+ "id-token": "write",
9
+ "contents": "read"
10
+ },
11
"jobs": {
12
"build": {
13
"runs-on": "ubuntu-latest",
0 commit comments