From efa70c8027a48f1c5e423ebe4ca30a9c385fdcbc Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 29 May 2026 11:37:48 +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 c2c5b8e..f4a24b8 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