From c7908cfbd5955dc063074380662e77e6ab6e9ba1 Mon Sep 17 00:00:00 2001 From: Komal Yadav Date: Fri, 31 Jan 2025 05:53:46 +0000 Subject: [PATCH] Add permission --- .github/workflows/build-report.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 29a623b68..3f96777fc 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -22,8 +22,6 @@ on: - completed 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