From 4b4a7541ebecd5f937f1fb7b577a56d4f362f38e Mon Sep 17 00:00:00 2001 From: Komal Yadav Date: Fri, 31 Jan 2025 06:05:05 +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 691236c..9c2f338 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