From b7ad2a70ba35c69bc16102cc70524c56c7d85ff0 Mon Sep 17 00:00:00 2001 From: Luis Alvergue Date: Wed, 11 Dec 2024 21:58:41 +0000 Subject: [PATCH] fix: allow deploy to publish image --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e67e8e..ee9c295 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,8 @@ jobs: runs-on: ubuntu-latest needs: [tests-ui, tests-pytest] if: (!cancelled()) + permissions: + packages: write steps: - name: Checkout