Skip to content

Commit 0c293cf

Browse files
committed
GA: added frontbot.yml
1 parent f9402ba commit 0c293cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/frontbot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: FrontBot
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * 4' # every thursday at 0:00
7+
8+
jobs:
9+
frontbot:
10+
uses: janpecha/actions/.github/workflows/frontbot.yml@master
11+
with:
12+
committer: "Jan Pecha <[email protected]>"
13+
secrets:
14+
FRONTBOT_TOKEN: ${{ secrets.FRONTBOT_TOKEN }}

0 commit comments

Comments
 (0)