Skip to content

Commit

Permalink
Merge pull request #4230 from sashashura/patch-5
Browse files Browse the repository at this point in the history
fix: Permissions syntax
  • Loading branch information
epage committed Sep 19, 2022
2 parents 574641a + e03201e commit f7dfb57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/audit.yml
Expand Up @@ -10,7 +10,8 @@ on:
- '**/Cargo.lock'
schedule:
- cron: '3 3 3 * *'
permissions: read
permissions:
contents: read
jobs:
security_audit:
permissions:
Expand Down

0 comments on commit f7dfb57

Please sign in to comment.