From e5ea5e97fc6be6b88e4eb96150ceeb8a2551f5c1 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 30 Jan 2025 05:10:21 -0800 Subject: [PATCH] Apply suggestions from code review --- docs/plone-deployment/project-new.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/plone-deployment/project-new.md b/docs/plone-deployment/project-new.md index 99012cc6..6011b9a2 100644 --- a/docs/plone-deployment/project-new.md +++ b/docs/plone-deployment/project-new.md @@ -118,7 +118,8 @@ make check ## Create a Repository on GitHub ```{warning} -Make sure you use a public repository or at least Github Pro for a private repo or you will **not** see the `Environment` option in Settings required for setting up the secrets and variables for the Github Actions.` +You must either have a public repository or a [GitHub Team plan](https://github.com/pricing#compare-features) or a [GitHub Pro plan](https://docs.github.com/en/get-started/learning-about-github/githubs-plans) for a private repository. +Otherwise you will not see the {guilabel}`Environment` option in {guilabel}`Settings`, which is required for setting up the secrets and variables for the GitHub Actions.` ``` ### 1. Login to GitHub