From f428e86fb1f67d4730f3a2dceaf753e1feb2a7ad Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Wed, 11 May 2022 09:36:19 +0000 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1924b36d..69de2760 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,8 @@ Garm needs a [Personal Access Token (PAT)](https://docs.github.com/en/authentica From the list of scopes, you will need to select: - * ```workflow``` - for access to repository level workflows + * ```public_repo``` - for access to a repository + * ```repo``` - for access to a private repository * ```admin:org``` - if you plan on using this with an organization to which you have access The resulting token must be configured in the ```[[github]]``` section of the config. Sample as follows: