Browse Source

fix: add status checks permission (#1813)

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 3 years ago
parent
commit
7b6a04b98b
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/workflows/e2e-managed.yml
  2. 1 0
      .github/workflows/e2e.yml

+ 1 - 0
.github/workflows/e2e-managed.yml

@@ -4,6 +4,7 @@ on:
 
 permissions:
   id-token: write
+  checks: write
   contents: read
 
 env:

+ 1 - 0
.github/workflows/e2e.yml

@@ -6,6 +6,7 @@ on:
 
 permissions:
   id-token: write
+  checks: write
   contents: read
 
 name: e2e tests