Skip to content

Commit

Permalink
build: harden benchmark.yml permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura committed Sep 25, 2022
1 parent f61f072 commit 0f98fd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
pull_request: {}
workflow_dispatch: {}

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
federation-benchmark:
name: Federation Benchmark with ${{matrix.products_size}} Products
Expand Down

0 comments on commit 0f98fd3

Please sign in to comment.