CI/CD Integration

GitHub Actions

Auto-submit contributions on every push to main. One workflow file, zero maintenance — every commit is evaluated by AI and earns units automatically.

Setup in 3 Steps

1

Add your API key to GitHub Secrets

Go to your repo → Settings → Secrets and variables → Actions → New repository secret. Name it TILLIO_API_KEY.

2

Create the workflow file

Add a .github/workflows/tillio.yml file to your repository using one of the templates below.

3

Push to main

Every push to main will automatically submit new commits to Tillio for AI evaluation.

Workflow Templates

.github/workflows/tillio.yml
name: Submit to Tillio
on:
  push:
    branches: [main]

jobs:
  submit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0

      - name: Install Tillio CLI
        run: curl -fsSL https://downloads.tillio.ai/cli/install.sh | sh

      - name: Submit commits
        run: tillio submit HEAD~1..HEAD
        env:
          TILLIO_API_KEY: ${{ secrets.TILLIO_API_KEY }}

Build Something Worth Sharing

Join teams already using Tillio to track contributions, automate evaluation, and distribute payouts — no spreadsheets, no trust gaps.

FAQ

Explore our FAQs for fast, informative answers to frequently asked questions and common concerns.

Tillio supports six contribution categories: Technical (code, infrastructure), Research & Intellectual (analysis, expertise), Product & Design (UI/UX, specifications), Marketing & Distribution (content, outreach), Business & Enablement (operations, partnerships), and Stewardship & Risk (governance, compliance).

Can't see your question listed above? Visit our Help Center