We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02d146 commit 792f651Copy full SHA for 792f651
.github/workflows/deny_dirty_cargo_locks.yml
@@ -2,6 +2,10 @@ name: Check no Cargo.lock files are dirty
2
3
on: pull_request
4
5
+
6
+permissions:
7
+ contents: read
8
9
jobs:
10
no_dirty_cargo_locks_check:
11
runs-on: ubuntu-latest
0 commit comments