Skip to content

Commit

Permalink
Merge pull request #4225 from sashashura/patch-3
Browse files Browse the repository at this point in the history
Update audit.yml
  • Loading branch information
epage committed Sep 17, 2022
2 parents 6dc8c99 + efc4974 commit 574641a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/audit.yml
Expand Up @@ -10,11 +10,12 @@ on:
- '**/Cargo.lock'
schedule:
- cron: '3 3 3 * *'
permissions: {} # none
permissions: read
jobs:
security_audit:
permissions:
contents: read
issues: write # to create issues (actions-rs/audit-check)
checks: write # to create check (actions-rs/audit-check)
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 574641a

Please sign in to comment.