Skip to content

Fix OIDC claims script error handling #64

Fix OIDC claims script error handling

Fix OIDC claims script error handling #64

Workflow file for this run

name: Check-backport
on:
pull_request_target:
types: ["closed", "labeled"]
permissions:
contents: write
pull-requests: write
jobs:
backport:
if: ${{ github.event.pull_request.merged }}
uses: WrenSecurity/.github/.github/workflows/backport-prepare.yml@main
with:
event: ${{ github.event.action }}
label: ${{ github.event.action == 'labeled' && github.event.label.name || '' }}
pull_request: ${{ toJSON(github.event.pull_request) }}
backport_app_id: ${{ vars.BACKPORT_APP_ID }}
secrets:
backport_app_key: ${{ secrets.BACKPORT_APP_KEY }}