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:
parent
02d9a1de9e
commit
2149056595
1 changed files with 3 additions and 1 deletions
4
.github/workflows/reuse.yml
vendored
4
.github/workflows/reuse.yml
vendored
|
@ -15,7 +15,9 @@ on:
|
|||
- cron: '30 7 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
check:
|
||||
permissions:
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue