this post was submitted on 20 Jun 2025
14 points (93.8% liked)

Programming

21000 readers
191 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I had an interesting email come in about billing. GitHub thinks I owe them money...cents on the dollar but still $$. I am on the free tier on GitHub and have been the past 15+ years. image
Up til recently, ive had no bills and im not an admin on any org. It looks like all my GitHub actions on my repos are accruing billing now. None of these repos are private. So im not 100% why this is occurring.

Has this happened to anyone else? Is there something im missing here?

top 20 comments
sorted by: hot top controversial new old
[–] mesamunefire@piefed.social 6 points 2 hours ago (1 children)

Thanks @bamboo@lemmy.blahaj.zone

I went ahead and opened a support case. They fixed the issue on their side.

[–] bamboo@lemmy.blahaj.zone 1 points 1 hour ago

Awesome glad that worked out

[–] thingsiplay@beehaw.org 7 points 3 hours ago (1 children)

The first thing that comes to my mind is, it might be a scam. Confirm the mail is from Github. Can't help otherwise, but this is what I think first.

[–] otter@lemmy.ca 4 points 3 hours ago* (last edited 3 hours ago)

Especially if no bank account is attached and if it isn't tied to anything on here

https://docs.github.com/en/billing/managing-billing-for-your-products/about-billing-for-github-actions

@mesamunefire@piefed.social does anything show up when you log in to GitHub and check billing?

[–] FrostyPolicy@suppo.fi 12 points 5 hours ago (1 children)

Stop using github. Move to something else e.g. codeberg.

[–] mesamunefire@piefed.social 8 points 5 hours ago (2 children)

I dont have that option. Its for work.

[–] imrighthere@lemmy.ca 19 points 4 hours ago (1 children)

Sounds like your bosses bill, not yours.

[–] mesamunefire@piefed.social 6 points 4 hours ago (1 children)

Its on my account. I have hundreds of repos over my career. I switched a majority of them over but there is some major projects that use the repos for open source. One has been downloaded over 1.7 million times (im trying not to sound like a humble brag) If I remove them, it could potentially cause downtime. I just disabled all github actions and other things that could potentially cause billing.

[–] footfaults@lemmygrad.ml 3 points 4 hours ago* (last edited 4 hours ago)

If it has been downloaded over 1.7 million times you need to contact Github about this, since it is an open source project that people are depending on, and discuss your github action usage with them and determine a path forward for continuing to use github actions

[–] footfaults@lemmygrad.ml 2 points 4 hours ago* (last edited 4 hours ago)

The repositories that contain code that is for work need to be owned by your work, not your personal account. Have your work create a github organization and transfer your repos to their org.

[–] bamboo@lemmy.blahaj.zone 8 points 4 hours ago (1 children)

Did you ever adjust your budgets in your settings for your account: https://github.com/settings/billing/budgets

I also have the free account, and I never touched the budgets section. In here, GitHub action budget is set to $0 and has Stop usage enabled.

If these settings are set to $0 and you got charged, then I guess you can open up a case support case, since that seems like a bug.

[–] mesamunefire@piefed.social 6 points 4 hours ago

Ah yeah that's a good idea. I'll do that.