From 325dd73b69f4847e158ccba2ba8f34e924955861 Mon Sep 17 00:00:00 2001 From: ElioDiNino <52972357+ElioDiNino@users.noreply.github.com> Date: Thu, 1 Jun 2023 23:53:13 -0700 Subject: [PATCH] Add missing required token permission (Workflows) The CI still passes when updating .upptimerc.yml without the Workflows permission set but it prevents some data from being updated (the README and websites being tracked). --- docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started.md b/docs/get-started.md index ffc1ae6..2b74619 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -51,7 +51,7 @@ To make commits and publish your website, Upptime requires a personal access tok 6. In the "Expiration" dropdown, select "90 days" or a custom, longer expiry 7. In the "Resource Owner" section select the user or organization your Upptime repository belongs to 8. In the "Repository Access" section select "Only select repositories" and select your Upptime repository -9. In the "Permissions" > "Repository permissions" section enable read-write access to Actions and Contents +9. In the "Permissions" > "Repository permissions" section enable read-write access to Actions, Contents, and Workflows 10. Skip the "Organization permissions" section 11. Click "Generate token" or "Generate token and request access" (if it is in an org you are not an admin of)