Replies: 2 comments
|
Hi @lymtu, Your screenshots actually explain what's going on. The banner says "Your payment authorization has failed" and the payment page says "Invalid payment method - authorization hold failed". So this isn't a problem with your workflow or Pages setup. GitHub tried to authorize your card, probably when the Copilot trial ended, the bank declined it, and the account got a billing lock. While that lock is on, GitHub-hosted runners won't start jobs, even on a public repo and even with a $0 balance. That's why you see "The job was not started because your account is locked due to a billing issue." The Ubuntu 26 note under the error is unrelated. It's just an informational heads-up about Here's what I'd try:
If the payment method really is frozen and none of the buttons work, only GitHub can clear the flag on their side. Open a ticket at https://github.com/proxy/support.github.com/contact, choose Billing, and include:
Support times vary, so I can't promise how fast they'll respond. In the meantime, if you need the site live, you could build it locally and deploy through another host like Cloudflare Pages or Netlify. I wouldn't count on switching Pages to "Deploy from a branch" as a workaround, because that still runs on GitHub's Actions infrastructure and may hit the same lock. Hope this gets it sorted. Thank You |
|
Hi @lymtu @darshankerkar identified the root cause correctly. This is an account billing lock from a failed Copilot trial authorization, not a GitHub Pages or workflow configuration problem. Why Actions fail on a free public repo:
Fix path in order:
If you do not want Copilot:
Do not create a new GitHub account. Fix billing on lymtu so repo history and Pages URL stay intact. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Other
Discussion Details
My personal GitHub account (@lymtu) is currently on the GitHub Free plan.
I previously had a GitHub Copilot trial, but the trial has ended. My public repository uses the standard ubuntu-latest runner for GitHub Pages.
The workflow cannot start and displays:
“The job was not started because your account is locked due to a billing issue.”
Repository:
https://github.com/lymtu/lymtu.github.io
Failed workflow:
https://github.com/lymtu/lymtu.github.io/actions/runs/35441150874
The Actions usage page shows a billed amount of $0. My payment method is frozen, and I cannot update or remove it. I cannot find an active paid subscription or outstanding balance.
Could someone advise how to resolve this account-level billing lock?
All reactions