We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2303d2 commit 438f10fCopy full SHA for 438f10f
.github/workflows/aicodebot.yml
@@ -9,15 +9,24 @@ on: [push]
9
# issues: write
10
# contents: write
11
# Temporary grant all for testing
12
-permissions: write-all
+
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
24
25
jobs:
26
review:
27
name: AICodeBot Code Review
28
runs-on: ubuntu-latest
29
timeout-minutes: 5
- env:
- LOG_LEVEL: DEBUG
30
31
steps:
32
- name: Checkout Repo
0 commit comments