Skip to content

Commit 56089f4

Browse files
committed
adds permissions for release action
1 parent 4d7c037 commit 56089f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ concurrency:
1616

1717
permissions:
1818
actions: write
19-
contents: read
19+
contents: write
20+
discussions: write
2021

2122
name: UI Bundle CI
2223

0 commit comments

Comments
 (0)