Skip to content

Commit

Permalink
chore(ci): Fix use of permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 12, 2024
1 parent 22944b4 commit ba4745d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
bench:
name: Binary Size
permissions:
checks: write
strategy:
matrix:
build: [linux]
Expand Down Expand Up @@ -41,5 +43,3 @@ jobs:
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
--adapter json \
--file-size target/release/examples/git-derive
permissions:
checks: write

0 comments on commit ba4745d

Please sign in to comment.