1

Attempt to fix permissions issue

This commit is contained in:
Evan Pratten 2023-07-20 11:25:29 -04:00
parent 90a864589e
commit 919b83d29c

View File

@ -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