Skip to content

Commit

Permalink
Add permissions to the rebase action (#14238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Mar 28, 2023
1 parent 6934d6f commit 9c545b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
issue_comment:
types: [created]

permissions:
pull-requests: write
contents: write

jobs:
rebase:
name: Rebase
Expand Down

0 comments on commit 9c545b0

Please sign in to comment.