Skip to content

Commit cffa2e1

Browse files
committed
ci: let clippy write annotations
This was inadvertantly removed in #2370; we still did want this permission for this one check.
1 parent e0c74d4 commit cffa2e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959

6060
# Check that clippy is appeased
6161
clippy:
62+
permissions:
63+
checks: write
6264
runs-on: ubuntu-latest
6365
steps:
6466
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)