Billing for Copilot CLI on action using GITHUB_TOKEN - cost centre support #201987
Replies: 2 comments
-
|
This is supported, but the cost-centre boundary is the organization, not the repository, when the workflow authenticates with
I suggest assigning the existing organization to the appropriate cost centre. You shouldn't need to create another organization if all of its repositories belong to the same cost centre. There's one limitation: if repositories inside the same organization need to be billed to different cost centres, GitHub explains the authentication and billing behavior here: Copilot CLI in GitHub Actions. The product-specific rules are here: Cost center allocation for different products. |
Beta Was this translation helpful? Give feedback.
-
|
Good catch, and I agree it's a notable gap. Based on the changelog, this GITHUB_TOKEN billing mechanism only supports attributing spend at the organization level — there's no mention of cost center integration for this specific flow. Submitting feedback directly through GitHub Support or the Copilot feedback channel, laying out exactly the scenario you described here (avoiding org proliferation just to separate cost centers). Your point about this contradicting GitHub's own guidance to minimize organization count is fair — worth getting that in as formal feedback rather than just in this forum, since product team visibility here is limited. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Copilot CLI
Body
Had been eagerly anticipating this annoucement: https://github.blog/changelog/2026-07-02-copilot-cli-no-longer-needs-a-personal-access-token-in-github-actions/ but this only supports billing to the organisation. Why doesn't this support billing via a cost centre?
Other repo costs, incl. action minutes, will bill to a cost centre if a repo is aligned, so why not this? The guidance for GitHub for enterprise has always been to minimise the number of organisations, but this seems to go against that, and will inevitably drive the creation of additional orgs.
Beta Was this translation helpful? Give feedback.
All reactions