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

Programming

21023 readers
237 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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 18 hours ago (2 children)

I dont have that option. Its for work.

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

Sounds like your bosses bill, not yours.

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