github.com/hashicorp/packer@v1.14.3/.github/workflows/create-release-branch.yml (about)

     1  name: Create a release branch
     2  on: [workflow_dispatch]
     3  jobs:
     4    create-branch:
     5      runs-on: ubuntu-latest
     6      steps:
     7        - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     8        - uses: hashicorp/actions-create-release-branch@v1
     9          with:
    10            token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}