We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13267aa commit 9ee7073Copy full SHA for 9ee7073
.github/workflows/backport.yaml
@@ -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