Skip to content

Commit

Permalink
explicitly state perms
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Dec 30, 2021
1 parent be1a0a7 commit 1ad1c19
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/conflibot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
name: conflibot
on: pull_request

permissions:
contents: read
pull-requests: write
# Enforce other not needed permissions are off
actions: none
checks: none
deployments: none
issues: none
packages: none
repository-projects: none
security-events: none
statuses: none


jobs:
conflibot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ad1c19

Please sign in to comment.