Skip to content

Commit 21364f7

Browse files
Add backport assistant workflow (#235)
1 parent f9ab1cf commit 21364f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vault-plugin-backport.yml renamed to .github/workflows/backport.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ on:
33
pull_request_target:
44
types:
55
- closed
6-
- labeled
76
permissions: write-all
87
jobs:
98
backport:
109
# using `main` as the ref will keep your workflow up-to-date
1110
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)