Skip to content

Commit

Permalink
Merge pull request #4046 from fluxcd/fix-backport
Browse files Browse the repository at this point in the history
ci: backport: set write permissions
  • Loading branch information
hiddeco committed Jul 6, 2023
2 parents 00c6bd0 + 625d865 commit d9c7ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
pull-request:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
if: github.event.pull_request.state == 'closed' && github.event.pull_request.merged && (github.event_name != 'labeled' || startsWith('backport:', github.event.label.name))
steps:
- name: Checkout
Expand Down

0 comments on commit d9c7ff8

Please sign in to comment.