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 e8d5c5a commit 624fc7aCopy full SHA for 624fc7a
.github/workflows/_publish-npm.yml
@@ -18,6 +18,10 @@ on:
18
default: "22"
19
type: string
20
21
+permissions:
22
+ contents: write
23
+ id-token: write
24
+
25
jobs:
26
npm-publish:
27
permissions:
.github/workflows/_publish-tauri.yml
@@ -49,6 +49,9 @@ on:
49
default: true
50
type: boolean
51
52
53
54
55
56
tauri:
57
0 commit comments