diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 540f98b..6cee265 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -35,6 +35,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') needs: check runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - name: Checkout uses: actions/checkout@v4