mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
11 lines
275 B
YAML
11 lines
275 B
YAML
name: create a release branch
|
|
on: [workflow_dispatch]
|
|
jobs:
|
|
create-branch:
|
|
runs-on: [linux, small]
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: hashicorp/actions-create-release-branch@v1
|
|
with:
|
|
token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|