Merge pull request #2 from ewpratten/issues/1-audit-job-failing-due-to-bad-permissions
Fix Audit CI permissions issue
This commit is contained in:
commit
c80a27769d
11
.github/workflows/audit.yml
vendored
11
.github/workflows/audit.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user