From 9cc1ee0979c27fda5a97ad8059551fef9d8042be Mon Sep 17 00:00:00 2001 From: Dominik Dancs Date: Sun, 12 May 2024 03:18:19 +0200 Subject: [PATCH] Fixed ghcr perms --- .github/workflows/docker-image.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8335465..613c23d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,10 +1,13 @@ on: schedule: - - cron: '0 10 * * *' -jobs: + - cron: '0 10 * * *' +jobs: check-commit-build-new-version: runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - uses: actions/checkout@v4 with: