add write-all permission to the audit
This commit is contained in:
committed by
Tomas Babej
parent
3a675c67bf
commit
085da00b0c
1
.github/workflows/security.yml
vendored
1
.github/workflows/security.yml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
jobs:
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
name: "Audit Dependencies"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user