Skip to content

Commit 7e00f20

Browse files
authored
fix(ci): Update permissions in publish.yml to write-all
1 parent 46d6cf4 commit 7e00f20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ on:
66
- main
77
- alpha
88

9-
permissions:
10-
id-token: write
11-
contents: write
9+
permissions: write-all
1210

1311
jobs:
1412
publish:

0 commit comments

Comments
 (0)