this post was submitted on 20 Jun 2025
19 points (100.0% liked)

Programming

21023 readers
190 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 [email protected]



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 21 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 12 hours ago (1 children)

Thanks @[email protected]

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

[–] [email protected] 2 points 11 hours ago

Awesome glad that worked out

[–] [email protected] 15 points 15 hours ago (1 children)

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

[–] [email protected] 11 points 15 hours ago (2 children)

I dont have that option. Its for work.

[–] [email protected] 23 points 14 hours ago (1 children)

Sounds like your bosses bill, not yours.

[–] [email protected] 9 points 14 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.

[–] [email protected] 3 points 14 hours ago* (last edited 14 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

[–] [email protected] 3 points 14 hours ago* (last edited 14 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.

[–] [email protected] 9 points 13 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.

[–] [email protected] 4 points 13 hours ago* (last edited 13 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

@[email protected] does anything show up when you log in to GitHub and check billing?

[–] [email protected] 9 points 14 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.

[–] [email protected] 6 points 14 hours ago

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

[–] [email protected] 8 points 15 hours ago (2 children)

Why does github have access to your bank account?

[–] [email protected] 15 points 14 hours ago (1 children)

Where did you see anything about his bank account? He got a bill from GitHub, no mention of a bank account being charged here

[–] [email protected] 1 points 4 minutes ago

Ah, then they don't have to worry

[–] [email protected] 12 points 14 hours ago

They dont? Its a bill.

[–] [email protected] 5 points 15 hours ago (3 children)

I'll be damned when Forgejo (or gitlab) starts charging me for selfhosting.

Sounds like a hard you-problem to me there.

[–] [email protected] 45 points 14 hours ago (1 children)

User 1: "I'm having an issue with a service, has anyone else experienced this?"

User 2: "I do not use that service." <-- This contributes nothing to the discussion, and makes User 2 sound like a prick. Don't be like User 2.

[–] [email protected] 5 points 14 hours ago

User 1: "I pointed a loaded gun at my foot, and now shot myself!"
User 2: "Don't do that."

[–] [email protected] 8 points 14 hours ago

According to wikipedia Forgejo development is run by Codeberg which is a non-profit organization so I doubt they will start charging money. GitLab is managed by a for-profit corporation so anything is possible with them.

[–] [email protected] 9 points 15 hours ago

I have to use Github for work. And prior to all this ive had no real issues with it...other than all the ethical arguments of course.

I have my own forgejo (and codeberg, contributed to lemmy and other projects too). works really well for my tiny projects.