Skip to content

[Backport 13.4] [TASK] Adjust GH workflow for write permission #97

[Backport 13.4] [TASK] Adjust GH workflow for write permission

[Backport 13.4] [TASK] Adjust GH workflow for write permission #97

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
- labeled
jobs:
backport:
runs-on: ubuntu-latest
name: Backport
permissions:
contents: write # needed to push the backport branch
pull-requests: write # needed to open the PR
steps:
- name: Backport
uses: m-kuhn/backport@v1.2.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}