From fb26dcff2ae831b8eb8ba9d1ff50bac2eecf0d92 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Fri, 22 Mar 2024 10:36:31 -0700 Subject: [PATCH] add permissions found needed in slack-proxy mr --- .github/workflows/include.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index 3dfb133..9040f9e 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -14,3 +14,7 @@ jobs: uses: fortio/workflows/.github/workflows/codecov.yml@main call-codeql: uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main + permissions: + actions: read + contents: read + security-events: write