From e3ec321d8b89cb07069c4d59ebdcd811a424c78a Mon Sep 17 00:00:00 2001 From: Varada Nambiar Date: Thu, 11 Dec 2025 11:54:42 +0530 Subject: [PATCH 1/2] Add permission block --- .github/workflows/ci-results-repo.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-results-repo.yml b/.github/workflows/ci-results-repo.yml index ec4bf240c..0c94418de 100644 --- a/.github/workflows/ci-results-repo.yml +++ b/.github/workflows/ci-results-repo.yml @@ -8,6 +8,10 @@ on: - master jobs: + my-job: + permissions: + contents: read + pull-requests: write benchmarkdotnet-framework: name: Run Benchmark.Net .Net Benchmark Framework example - github.com/arup-group/github-action-benchmark runs-on: ubuntu-latest From 5970678b16457639c80cd0cabd09d682083e9b23 Mon Sep 17 00:00:00 2001 From: Varada Nambiar Date: Thu, 11 Dec 2025 11:56:03 +0530 Subject: [PATCH 2/2] Add a line --- .github/workflows/ci-results-repo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-results-repo.yml b/.github/workflows/ci-results-repo.yml index 0c94418de..722454349 100644 --- a/.github/workflows/ci-results-repo.yml +++ b/.github/workflows/ci-results-repo.yml @@ -12,6 +12,7 @@ jobs: permissions: contents: read pull-requests: write + benchmarkdotnet-framework: name: Run Benchmark.Net .Net Benchmark Framework example - github.com/arup-group/github-action-benchmark runs-on: ubuntu-latest