Fix broad permissions in the fix_lint.yaml workflow

This commit is contained in:
Denis Kasak
2026-07-14 15:52:19 +02:00
parent 252e8f833d
commit 935557d5cb
+3
View File
@@ -6,6 +6,9 @@ name: Attempt to automatically fix linting errors
on:
workflow_dispatch:
permissions:
contents: write
env:
# We use nightly so that `fmt` correctly groups together imports, and
# clippy correctly fixes up the benchmarks.