Skip to content

Commit

Permalink
ci: update required backport workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Sep 6, 2024
1 parent 483a625 commit 3d19cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
backport:
name: Backport
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
# Only react to merged PRs for security reasons.
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
if: >
Expand Down

0 comments on commit 3d19cb7

Please sign in to comment.