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
|
name: Security audit
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**/Cargo.toml'
|
- '**/Cargo.toml'
|
||||||
- '**/Cargo.lock'
|
- '**/Cargo.lock'
|
||||||
|
- '.github/workflows/audit.yml'
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
checks: write
|
||||||
|
pull-requests: read
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
security_audit:
|
security_audit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user