From 48ef76a2f6b0c039c7b0a4f369cade4afb1223ca Mon Sep 17 00:00:00 2001 From: itsankit-google Date: Thu, 30 Jan 2025 05:50:49 +0000 Subject: [PATCH] override permissions at workflow level --- .github/workflows/build-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 5a2ac3939..29a623b68 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -25,6 +25,8 @@ permissions: contents: write # Allows writing to the repository (default is read-only) packages: read # Allows reading GitHub Packages 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: