From 4489e1e0e29ea957c4cef3967c9e35a142a1e2b7 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 9 May 2026 14:53:08 +0200 Subject: [PATCH] refactor: remove unnecessary package write permissions from CI workflow --- .gitea/workflows/cicd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index 363b3b1..3c5b6b3 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -39,9 +39,6 @@ jobs: needs: lint if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest - permissions: - packages: write - contents: read steps: - name: Checkout repository uses: actions/checkout@v4