mirror of
https://github.com/hashicorp/vault.git
synced 2026-07-15 03:53:48 -04:00
Merge ec5a0c862c into 2a43b7efee
This commit is contained in:
commit
5bdf60eb37
1 changed files with 10 additions and 0 deletions
10
.github/workflows/create-release-branch.yml
vendored
Normal file
10
.github/workflows/create-release-branch.yml
vendored
Normal file
|
|
@ -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 a new issue