Skip to content

Commit

Permalink
Merge pull request #2 from /issues/1-audit-job-failing-due-to-bad-per…
Browse files Browse the repository at this point in the history
…missions

Fix Audit CI permissions issue
  • Loading branch information
ewpratten authored Jul 20, 2023
2 parents 90a8645 + 919b83d commit c80a277
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
name: Security audit

on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- '.github/workflows/audit.yml'
schedule:
- cron: '0 0 * * *'

permissions:
issues: write
checks: write
pull-requests: read
contents: read

jobs:
security_audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c80a277

Please sign in to comment.