From da14866abea0e52c045786e30b50a333cf8c8316 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 21 May 2026 00:36:34 +0000 Subject: [PATCH] fix(ci): remove GitHub-specific permissions block (Gitea doesn't use them) Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 704e595..81b71fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,9 +118,6 @@ jobs: needs: [build, e2e] outputs: tag: ${{ steps.version.outputs.tag }} - permissions: - contents: read - packages: write steps: - uses: actions/checkout@v4