mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Fix workflow's permissions.
This commit is contained in:
parent
68ea9c5f41
commit
8254e72da0
4
.github/workflows/reuse.yml
vendored
4
.github/workflows/reuse.yml
vendored
@ -15,7 +15,9 @@ on:
|
|||||||
- cron: '30 4 * * *'
|
- cron: '30 4 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
check:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user