From 9955caf4034cdb88864fc7534a93701f7815d8de Mon Sep 17 00:00:00 2001 From: Yehuda Korotkin Date: Wed, 31 Dec 2025 20:25:05 +0200 Subject: [PATCH] fix 3 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3fa2410..5845903 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,8 +9,8 @@ jobs: build-and-push: runs-on: ubuntu-latest permissions: - contents: read - packages: write + contents: write # Required to create the Git Tag + packages: write # Required to push to GHCR steps: - name: Checkout code