Make workflow readonly
This commit is contained in:
parent
65f5a3c79c
commit
4e5cda0dcf
|
@ -24,6 +24,9 @@ on:
|
|||
schedule:
|
||||
- cron: '33 9 * * 4'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
|
Loading…
Reference in New Issue