Skip to content

Commit

Permalink
Grant push permissions to Benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm authored Sep 10, 2024
1 parent ac9d27c commit ad54e6a
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 @@ -10,6 +10,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

permissions:
contents: write

jobs:
benchmark:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad54e6a

Please sign in to comment.