from Hacker News

GitHub's free org plan –> NO secrets for private repos!

by nanankcornering on 11/5/23, 2:39 PM with 1 comments

Was setting up Actions CI for a university project only to realize that private repo can't access org's Secret unless it is on a paid plan.

Shouldn't this be a security issue?

"Secrets are available in all public repositories, in private repositories owned by personal accounts, and in private repositories owned by organizations on GitHub Team or GitHub Enterprise plans."

  • by hiatus on 11/5/23, 2:58 PM

    So add it as a repo secret?