From ef661420c068d0d5ec9d8601ce6aeb53e7e24365 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 23 Apr 2024 10:03:59 +1200 Subject: [PATCH] DOC Document required permissions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b22c874..3842710 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Create a dynamic Silverstripe CI matrix Only intended to be used within [gha-ci](https://github.com/silverstripe/gha-ci). See that repository for details on inputs. + +GitHub job permissions required: `none` for public repositories, `contents:read,pull-requests:read` for private repositories.