Skip to content

Commit

Permalink
Document permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Dec 17, 2024
1 parent 4cceff5 commit 044b2df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 044b2df

Please sign in to comment.