From fd9b722eee553e312ac10c94b7252c681af45e7f Mon Sep 17 00:00:00 2001 From: Ravi Kumar Gubbala Date: Thu, 11 Dec 2025 14:46:20 +0530 Subject: [PATCH] Add the permissions key to the job - suggested by AI Signed-off-by: Ravi Kumar Gubbala --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b2e0e11a..65bf5dcc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,11 @@ on: - master jobs: + my-job: + permissions: + contents: read + pull-requests: write + benchmarkdotnet-framework: name: Run Benchmark.Net .Net Benchmark Framework example runs-on: ubuntu-latest