Skip to content

Commit ff3e47d

Browse files
authored
Configure autoupdate job (#89)
1 parent 5916f8d commit ff3e47d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/autoupdate.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: autoupdate
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
autoupdate:
10+
uses: vavr-io/workflows/.github/workflows/autoupdate.yml@main
11+
secrets:
12+
AUTOUPDATE_GITHUB_TOKEN: ${{ secrets.AUTOUPDATE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)