Skip to content

[Backport 8.9] Pin untrusted Github Action to a commit hash (#1986) #1409

[Backport 8.9] Pin untrusted Github Action to a commit hash (#1986)

[Backport 8.9] Pin untrusted Github Action to a commit hash (#1986) #1409

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
jobs:
backport:
runs-on: ubuntu-latest
name: Backport
steps:
- name: Backport
uses: tibdex/backport@7005ef85c4562bc23b0e9b4a9940d5922f439750
with:
github_token: ${{ secrets.GITHUB_TOKEN }}