From 03bd3fed1c5171f384445efb468e121a0e850351 Mon Sep 17 00:00:00 2001 From: Andrew Ochsner Date: Wed, 24 May 2023 12:13:44 -0500 Subject: [PATCH] update doco w/ github token/app permissions Signed-off-by: Andrew Ochsner --- docs/integrations/github/github-apps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/github/github-apps.md b/docs/integrations/github/github-apps.md index de313e48cd..3cad69f56d 100644 --- a/docs/integrations/github/github-apps.md +++ b/docs/integrations/github/github-apps.md @@ -136,3 +136,5 @@ integration: - `Issues`: `Read & write` - `Workflows`: `Read & write` (if templates include GitHub workflows) - `Commit statuses`: `Read-only` + - `Variables`: `Read & write` (if templates include GitHub Action Repository Variables) + - `Secrets`: `Read & write` (if templates include GitHub Action Repository Secrets)