Skip to content

Commit f2303d2

Browse files
committed
Temporary grant all for testing
1 parent 7b9860b commit f2303d2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/aicodebot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on: [push]
44

55
# Permissions for the GitHub token.
66
# This is so the bot can comment on the commit or pull request with the results of the code review.
7-
permissions:
8-
pull-requests: write
9-
issues: write
10-
contents: write
7+
#permissions:
8+
# pull-requests: write
9+
# issues: write
10+
# contents: write
11+
# Temporary grant all for testing
12+
permissions: write-all
1113

1214
jobs:
1315
review:

0 commit comments

Comments
 (0)