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