From 40b9432b7f7d8e72b89ac76ee52e1efefdea230a Mon Sep 17 00:00:00 2001 From: larsLotNav Date: Wed, 6 Sep 2023 14:03:47 +0200 Subject: [PATCH] permissions: packages: write --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cfbf3557..d43ac7f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,8 @@ jobs: build: name: Build and push Docker container runs-on: ubuntu-latest + permissions: + packages: write steps: - uses: actions/checkout@v3 - uses: docker/login-action@v2