From be2fd1ef8800bacdbffe647d27c218c886838e06 Mon Sep 17 00:00:00 2001 From: TeamSPoon Date: Wed, 14 Aug 2024 06:14:22 -0700 Subject: [PATCH] Add permissions for contents and checks to avoid integration errors --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38068ceb192..fc176d6345f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,10 @@ on: branches: - main +permissions: + contents: write + checks: write + jobs: generate-reports: runs-on: ubuntu-latest