Skip to content

Commit 919b83d

Browse files
committed
Attempt to fix permissions issue
1 parent 90a8645 commit 919b83d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/audit.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
name: Security audit
2+
23
on:
34
push:
45
paths:
56
- '**/Cargo.toml'
67
- '**/Cargo.lock'
8+
- '.github/workflows/audit.yml'
9+
schedule:
10+
- cron: '0 0 * * *'
11+
12+
permissions:
13+
issues: write
14+
checks: write
15+
pull-requests: read
16+
contents: read
17+
718
jobs:
819
security_audit:
920
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)