DEV Community

Discussion on: How to use Github Actions on Private Repository?

Collapse
 
cicirello profile image
Vincent A. Cicirello

Yes. You can use GitHub Actions on a private repo. I have a private repo that I use to test Actions and workflows before I use them in my other repos. As far as I can tell, it works the same on private repos as public. The main difference is that with private repos there is a limit of number of free minutes per month and there is a limit on storage for artifacts.

Collapse
 
hussainarthuna profile image
Hussain Arthuna • Edited

Perfect, this is what I was looking for. I’ll try and get back to you. Thank you for the quick response 👍🏻👍🏻

Collapse
 
hussainarthuna profile image
Hussain Arthuna

Tried GitHub Actions with Private Repo as you said. Works perfectly. Thank you so much. KUDOS.

Collapse
 
cicirello profile image
Vincent A. Cicirello

You're welcome