diff --git a/.github/workflows/merge_upstream.yml b/.github/workflows/merge_upstream.yml new file mode 100644 index 000000000000..4ce5f2db4f1a --- /dev/null +++ b/.github/workflows/merge_upstream.yml @@ -0,0 +1,20 @@ +name: auto update + +on: + schedule: + - cron: "0 12 * * *" + workflow_dispatch: + inputs: {} + +jobs: + autoupdate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + token: ${{ secrets.PAT }} + - uses: fopina/upstream-to-pr@v1 + with: + token: ${{ secrets.PAT }} + upstream-repository: https://github.com/hashicorp/vault