From 4a06f24d627c8fd1a9ccf968ea257c89dcb258d3 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Tue, 17 Dec 2024 12:18:51 +0100 Subject: [PATCH] Document permissions. --- .github/workflows/Benchmark.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index b77aeb18..5bd34165 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -1,9 +1,9 @@ name: Benchmarks permissions: - contents: write # contents permission to update benchmark contents in gh-pages branch - statuses: read - deployments: write # deployments permission to deploy GitHub pages website - pull-requests: write + statuses: read # find Buildkite URL from PR status + contents: write # update benchmark contents in gh-pages branch + pull-requests: write # comment on PR with benchmark results + deployments: write # deploy GitHub pages website on: pull_request_target: