mirror of https://github.com/hashicorp/boundary
Merge 6579bed5b1 into af3848e797
commit
e32fa04e3b
@ -0,0 +1,10 @@
|
||||
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 }}
|
||||
Loading…
Reference in new issue