Get Started with FlakeMonster CI

Register your repo to get an API key, then add it to your GitHub Actions workflow.

1. Get your API key

Enter your GitHub repo details. You'll get a free API key with 50 checks/month.

Setup

  1. Go to your repo → SettingsSecrets and variablesActions
  2. Click New repository secret
  3. Name: FLAKE_MONSTER_API_KEY
  4. Value: paste your key above
  5. Add this to your workflow:
    - uses: flake-monster/ci@v1
      with:
        test-command: npm test
        api-key: ${{ secrets.FLAKE_MONSTER_API_KEY }}

Upgrade to Pro

Unlimited checks for $29/month. Enter your existing API key to upgrade.