Private repos, real CI
Startups and mid-size companies with Windows + macOS jobs, retries, and a surprise quota reset. Not a dedicated FinOps team watching the billing dashboard.
28to3.me sells Actionscope
28to3.me sells Actionscope — GitHub Actions minute visibility. The invoice is a lump sum. A 12-second job still burns a full minute. macOS can cost 10× Linux. Actionscope writes a per-run Job Summary before anyone leaves the workflow.
Public site for 28to3.me. No login. Pin Sofa-Loaf/actionscope@v0.1.1.
The problem
Teams find out after finance asks, or after a workflow quietly eats the plan’s included minutes. There is no built-in “which job did this?” view at the moment a run finishes.
Who it’s for
Startups and mid-size companies with Windows + macOS jobs, retries, and a surprise quota reset. Not a dedicated FinOps team watching the billing dashboard.
Add one step. Actionscope estimates quota-equivalent minutes for the current workflow and writes a Job Summary. No extra auth beyond GITHUB_TOKEN.
History, “this workflow costs X / month”, budgets, and org roll-up ship as a GitHub App. That is the commercial product — not a paid Marketplace Action.
Install
Add it as a last step so other jobs have finished, or accept a partial estimate for jobs still running.
Copy into your workflow
- name: Actionscope
uses: Sofa-Loaf/actionscope@v0.1.1
Use Sofa-Loaf/actionscope@v0.1.1. The nested path actionscope/action@v0.1.1 still works if you already pinned it.
The default token is enough. If permissions are locked down, grant actions: read so the Jobs API can be called.
Each job is rounded up to the next whole minute, then multiplied by OS: Linux 1×, Windows 2×, macOS 10×.
Pricing from 28to3.me
28to3.me sells Actionscope. The Action listing is free — GitHub does not allow paid Actions Marketplace listings. The $49 org pilot checks out on Stripe. Seats are $19 later.
$0
@v0.1.1$49
$19
Seller
28to3.me sells Actionscope — GitHub Actions minute visibility. This public site is the business homepage for billing, support, and Stripe.
Email hello@28to3.me for billing and support.
Open source Action on GitHub: Sofa-Loaf/actionscope. Latest release: v0.1.1.