From 8c9a0d1e1d15fad09bf3e1f22d550fb3509b3bc4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 29 May 2026 11:33:22 +0200 Subject: [PATCH] fix(ci): add actions write permission --- .gitea/workflows/auto-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/auto-release.yaml b/.gitea/workflows/auto-release.yaml index f5bd764..68d0451 100644 --- a/.gitea/workflows/auto-release.yaml +++ b/.gitea/workflows/auto-release.yaml @@ -13,6 +13,7 @@ env: jobs: tag_on_change: permissions: + actions: write contents: write runs-on: ubuntu-latest