From 997a0ba083c7b2c558411d47d53a9858c7ec61e2 Mon Sep 17 00:00:00 2001 From: Komal Yadav Date: Fri, 31 Jan 2025 03:58:59 +0000 Subject: [PATCH] Add-permission Add permission --- .github/workflows/build-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 691236ceb..22f7ea248 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -21,6 +21,12 @@ 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