Fix workflow's permissions.

This commit is contained in:
Felix Fontein 2022-08-21 11:35:29 +02:00
parent d77cd95f91
commit 47bbf95fa3

View file

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