Skip to content

Commit

Permalink
less permissive permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed Dec 26, 2024
1 parent 31a730f commit 1467e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: benchmark pull requests
jobs:
runBenchmark:
name: run benchmark
permissions: write-all
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1467e9f

Please sign in to comment.