Skip to content

Use actions/create-github-app-token in the Dependabot workflow #1924

Use actions/create-github-app-token in the Dependabot workflow

Use actions/create-github-app-token in the Dependabot workflow #1924

Workflow file for this run

---
name: Backport
on:
pull_request_target:
types: [closed, labeled]
jobs:
backport:
if: github.repository == 'opensearch-project/opensearch-hadoop'
uses: opensearch-project/opensearch-build/.github/workflows/backport-pr.yml@main
secrets:
OPENSEARCH_CI_BOT_TOKEN: ${{ secrets.OPENSEARCH_CI_BOT_TOKEN }}