Skip to content

Commit 624fc7a

Browse files
committed
added content write permission to _publish-tauri.yml
1 parent e8d5c5a commit 624fc7a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/_publish-npm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818
default: "22"
1919
type: string
2020

21+
permissions:
22+
contents: write
23+
id-token: write
24+
2125
jobs:
2226
npm-publish:
2327
permissions:

.github/workflows/_publish-tauri.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ on:
4949
default: true
5050
type: boolean
5151

52+
permissions:
53+
contents: write
54+
id-token: write
5255
jobs:
5356
tauri:
5457
permissions:

0 commit comments

Comments
 (0)