From 37c4bc7ea0e29249c10ac41898b2c2dece50422b Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Tue, 14 Jan 2025 21:03:33 +0700 Subject: [PATCH] remove contents permissions in action --- .gitea/workflows/maven.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/maven.yaml b/.gitea/workflows/maven.yaml index a76e3d1..70dc327 100644 --- a/.gitea/workflows/maven.yaml +++ b/.gitea/workflows/maven.yaml @@ -8,7 +8,6 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: write checks: write pull-requests: write steps: