Skip to content

Commit

Permalink
Create merge_upstream.yml (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fopina authored Mar 26, 2023
1 parent e9d6dbc commit 4bf8507
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/merge_upstream.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4bf8507

Please sign in to comment.