mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
fix: Permissions syntax
This commit is contained in:
parent
574641ac63
commit
e03201efbe
1 changed files with 2 additions and 1 deletions
3
.github/workflows/audit.yml
vendored
3
.github/workflows/audit.yml
vendored
|
@ -10,7 +10,8 @@ on:
|
|||
- '**/Cargo.lock'
|
||||
schedule:
|
||||
- cron: '3 3 3 * *'
|
||||
permissions: read
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
security_audit:
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue