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