From 9305d293117919ab73b80e3558ab2fb0e5a3cb06 Mon Sep 17 00:00:00 2001 From: Komal Yadav Date: Fri, 31 Jan 2025 08:19:21 +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