From defbbbd542472a8e859e251f4cf1b1ddc7fcc5c6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 29 May 2026 11:38:25 +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 04ebc7f..c658449 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