Skip to content

Commit 1ad1c19

Browse files
explicitly state perms
1 parent be1a0a7 commit 1ad1c19

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/conflibot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
name: conflibot
22
on: pull_request
33

4+
permissions:
5+
contents: read
6+
pull-requests: write
7+
# Enforce other not needed permissions are off
8+
actions: none
9+
checks: none
10+
deployments: none
11+
issues: none
12+
packages: none
13+
repository-projects: none
14+
security-events: none
15+
statuses: none
16+
17+
418
jobs:
519
conflibot:
620
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)