Skip to content

Commit

Permalink
Merge pull request #4047 from fluxcd/backport-4046-to-release/v2.0.x
Browse files Browse the repository at this point in the history
[release/v2.0.x] ci: backport: set write permissions
  • Loading branch information
stefanprodan committed Jul 6, 2023
2 parents 6cd7722 + 6b3580e commit a092996
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 a092996

Please sign in to comment.