From d8d03e4744105c85d904acd5e7d4e9ba5af351e0 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 9 May 2026 01:39:31 +0200 Subject: [PATCH] ci: add package write permissions to the release workflow --- .gitea/workflows/cicd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index f61f341..2479a0e 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -37,6 +37,9 @@ jobs: needs: lint if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest + permissions: + packages: write + contents: read steps: - name: Checkout repository uses: actions/checkout@v4