mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
11 lines
321 B
YAML
11 lines
321 B
YAML
name: Create a release branch
|
|
on: [workflow_dispatch]
|
|
jobs:
|
|
create-branch:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
|
- uses: hashicorp/actions-create-release-branch@v1
|
|
with:
|
|
token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|