Skip to content

Commit 50bb78f

Browse files
authored
Add permissions for issues and actions
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 542f07a commit 50bb78f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/localaibot_automerge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ permissions:
66
contents: write
77
pull-requests: write
88
packages: read
9-
9+
issues: write # for Homebrew/actions/post-comment
10+
actions: write # to dispatch publish workflow
1011
jobs:
1112
dependabot:
1213
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)