Fix workflow's permissions.

pull/5144/head
Felix Fontein 2022-08-21 11:35:27 +02:00
parent 02d9a1de9e
commit 2149056595
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ on:
- cron: '30 7 * * *'
jobs:
build:
check:
permissions:
contents: read
runs-on: ubuntu-latest
steps: