From a89ee4f1a020815285ccee8865757f150d78a17b Mon Sep 17 00:00:00 2001 From: unai Date: Sun, 1 Feb 2026 21:38:55 +0000 Subject: [PATCH] Updated permissions on gitea workflow --- .gitea/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 7905563..f95ad48 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -33,6 +33,9 @@ jobs: needs: test-and-lint if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest + permissions: + packages: write + contents: read steps: - uses: actions/checkout@v3 - name: Prepare Docker Metadata