Skip to content

Commit 89de272

Browse files
committed
ci: missing permissions
1 parent 561b161 commit 89de272

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ on:
1010
workflow_call:
1111

1212
permissions:
13-
contents: read
13+
contents: write
1414
packages: write
15+
actions: read
16+
security-events: write
1517

1618
jobs:
1719
build:

0 commit comments

Comments
 (0)