Skip to content

Spaces Tracker

Spaces Tracker #490

Workflow file for this run

name: Spaces Tracker
on:
schedule:
- cron: '0 */1 * * *'
workflow_dispatch:
jobs:
tracker:
runs-on: blacksmith-4vcpu-ubuntu-2404
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 24
- name: Run tracker
env:
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
REPOSITORY: ${{ github.repository }}
run: node tracker/main.ts