Skip to content

Run Tempo Bot

Run Tempo Bot #249

Workflow file for this run

name: Run Tempo Bot
on:
workflow_dispatch:
schedule:
# -1h & 30min -> UTC
- cron: "10 6 * * *"
jobs:
run-bot:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run the bot
run: node bot.js