Fix workflow's permissions.

This commit is contained in:
Felix Fontein
2022-08-21 11:34:37 +02:00
parent 35e106867c
commit 0bf5d40fd3

View File

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