Skip to content

Commit 9ee7073

Browse files
Add backport assistant workflow (#72)
1 parent 13267aa commit 9ee7073

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/backport.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Backport Assistant
2+
on:
3+
pull_request_target:
4+
types:
5+
- closed
6+
permissions: write-all
7+
jobs:
8+
backport:
9+
# using `main` as the ref will keep your workflow up-to-date
10+
uses: hashicorp/vault-workflows-common/.github/workflows/backport.yaml@main
11+
secrets:
12+
VAULT_ECO_GITHUB_TOKEN: ${{ secrets.VAULT_ECO_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)