0

Does anyone know a way to automatically make a Github Repository Public after a certain number of days. I want to keep my Github repository private for a certain period of time post which it automatically becomes public. Is this even possible? Or should I have to manually make it public after that period of time?

1 Answers1

0

GitHub doesn't provide a way to automatically change the visibility of a repository, but you can use an API call to change it automatically when you're ready. Or, if you prefer, you can change it manually.

bk2204
  • 64,793
  • 6
  • 84
  • 100