diff --git a/.gitea/workflows/maven.yaml b/.gitea/workflows/maven.yaml index 70dc327..f9d5552 100644 --- a/.gitea/workflows/maven.yaml +++ b/.gitea/workflows/maven.yaml @@ -8,8 +8,7 @@ jobs: build: runs-on: ubuntu-latest permissions: - checks: write - pull-requests: write + contents: write steps: - name: Checkout the repo uses: actions/checkout@v4