From ba4e7055a54a04a624eab8df1656f2904487867b Mon Sep 17 00:00:00 2001 From: Ravi Kumar Gubbala <60345260+RaviKumarGubbala@users.noreply.github.com> Date: Thu, 11 Dec 2025 15:39:55 +0530 Subject: [PATCH] Revert "Add the permissions key to the job - suggested by AI" --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65bf5dcc0..2b2e0e11a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,6 @@ 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