Fix workflow's permissions.
parent
02d9a1de9e
commit
2149056595
|
@ -15,7 +15,9 @@ on:
|
|||
- cron: '30 7 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
check:
|
||||
permissions:
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue