Skip to content

Commit

Permalink
add minimal permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne-Gaelle-S committed Oct 1, 2021
1 parent f876cd0 commit 6169f1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ on:
- completed

permissions:
contents: read
checks: read
statuses: read
contents: write
pull-requests: write
repository-projects: write

jobs:
automerge:
Expand Down

0 comments on commit 6169f1d

Please sign in to comment.