ci: Deploy taskbot in this repository

This commit is contained in:
Rahix 2026-03-02 12:19:39 +01:00
parent 0978ed7b5e
commit da304b96a9
2 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,15 @@
on:
schedule:
- cron: '0 8,18 * * *'
# For testing:
# push:
# branches:
# - 'poc'
jobs:
build:
runs-on: self-hosted-nixos-x86_64
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- name: Run TaskBot
run: nix-shell .forgejo/script/taskbot.nix --run "fafo-taskbot"