1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix workflow's permissions.

This commit is contained in:
Felix Fontein 2022-08-21 11:35:27 +02:00
parent 02d9a1de9e
commit 2149056595

View file

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