Skip to content

Commit ba4745d

Browse files
committed
chore(ci): Fix use of permissions
1 parent 22944b4 commit ba4745d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench-baseline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
bench:
1212
name: Binary Size
13+
permissions:
14+
checks: write
1315
strategy:
1416
matrix:
1517
build: [linux]
@@ -41,5 +43,3 @@ jobs:
4143
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
4244
--adapter json \
4345
--file-size target/release/examples/git-derive
44-
permissions:
45-
checks: write

0 commit comments

Comments
 (0)