From ceab292f5ed9f9ab5e1a5177c0833c9212a3290d Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Tue, 14 Jan 2025 21:04:49 +0700 Subject: [PATCH] add contents permissions in action --- .gitea/workflows/maven.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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