From a281712d5876ba69d807ee9ce7bfcf98f6621de6 Mon Sep 17 00:00:00 2001 From: davidwilby <24752124+davidwilby@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:29:09 +0100 Subject: [PATCH] add notes on setting up actions and pages --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0ab79..c717359 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ Full instructions can be found at the link above, however in brief: In your repository settings, enable GitHub Actions (if they aren't already) and Pages. -Once the actions have run once and created the `gh-pages` branch, you can select it as your pages source. +Under the **Actions** page in your repo's settings, under **Workflow permissions** enable "Read and Write Permissions". + +Once the actions have run once and created the `gh-pages` branch, you can select it as your pages source under the **Pages** page. ## What's included?