diff --git a/.github/workflows/ci-results-repo.yml b/.github/workflows/ci-results-repo.yml index ec4bf240c..722454349 100644 --- a/.github/workflows/ci-results-repo.yml +++ b/.github/workflows/ci-results-repo.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 - github.com/arup-group/github-action-benchmark runs-on: ubuntu-latest