This commit is contained in:
Mariano Asselborn 2026-07-02 06:23:07 +00:00 committed by GitHub
commit 5bdf60eb37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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 }}