Skip to content

Commit 438f10f

Browse files
committed
Temporarily give all the permissions. Remove debug logging.
1 parent f2303d2 commit 438f10f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/aicodebot.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,24 @@ on: [push]
99
# issues: write
1010
# contents: write
1111
# Temporary grant all for testing
12-
permissions: write-all
12+
13+
permissions:
14+
actions: write
15+
checks: write
16+
contents: write
17+
deployments: write
18+
issues: write
19+
packages: write
20+
pull-requests: write
21+
repository-projects: write
22+
security-events: write
23+
statuses: write
1324

1425
jobs:
1526
review:
1627
name: AICodeBot Code Review
1728
runs-on: ubuntu-latest
1829
timeout-minutes: 5
19-
env:
20-
LOG_LEVEL: DEBUG
2130

2231
steps:
2332
- name: Checkout Repo

0 commit comments

Comments
 (0)