Skip to content

Commit ca52518

Browse files
committed
Grant write permissions in Clippy workflow
Added write-all permissions to the Clippy workflow to ensure it can perform necessary write operations during execution.
1 parent 5cd8e07 commit ca52518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
clippy:
4646
name: Clippy
4747
runs-on: ubuntu-latest
48+
permissions: write-all
4849
steps:
4950
- uses: actions/checkout@v5
5051
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)