8000 Funding: added Stripe · czproject/git-php@6ac190e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
F240

FrontBot

FrontBot #113

Workflow file for this run

name: FrontBot
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 4' # every thursday at 0:00
jobs:
frontbot:
uses: janpecha/actions/.github/workflows/frontbot.yml@master
with:
committer: "Jan Pecha <janpecha@email.cz>"
secrets:
FRONTBOT_TOKEN: ${{ secrets.FRONTBOT_TOKEN }}
0