build: harden create_containers.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-20 13:55:54 +02:00 committed by Mario Limonciello
parent e9964a0f96
commit 86a99e9e45

View File

@ -4,6 +4,9 @@ on:
schedule:
- cron: '0 0 * * *'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
push_to_registry:
runs-on: ubuntu-latest