From 28f01e599164bfdaf6e7ddf2064b4ce79d5591a0 Mon Sep 17 00:00:00 2001 From: bthomson Date: Tue, 1 Sep 2026 08:15:29 +0200 Subject: [PATCH] Include information on limited resources for private repo GitHub Actions use --- content/pages/git-primer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/pages/git-primer.md b/content/pages/git-primer.md index a448b2e42..0041d380f 100644 --- a/content/pages/git-primer.md +++ b/content/pages/git-primer.md @@ -35,6 +35,8 @@ Each project can also have a **private repository** space for working on sensiti The private repository is **not** for uses such as project code development not related to a security issue. +In particular, the resources available to run **GitHub Actions** against private repo code are **extremely limited**, so use for CI must be kept to the absolute bare minimum. + See the [Project Code Repository Policy](project-repo-policy.html) for further details. Open a Jira ticket for Infra to request a private repository.