Fix GHA backport.yaml workflow job perms
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
This commit is contained in:
parent
3f75068a06
commit
7a211dd4f9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue