From 2a406fbad71e19f0a2db41d4f25bf695e7527f3b Mon Sep 17 00:00:00 2001 From: Komal Yadav Date: Fri, 31 Jan 2025 12:48:55 +0000 Subject: [PATCH] Add permission --- .github/workflows/build-report.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 491cf12d..6c609b2c 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -21,6 +21,11 @@ on: types: - completed +permissions: + actions: read # Allows reading workflow run information + statuses: write # Required if the action updates commit statuses + checks: write # Required if it updates GitHub Checks API + jobs: build: runs-on: ubuntu-latest