From 09dcd53da597195fcccb240a748421feb1273a7e Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 25 Oct 2025 15:58:09 +0200 Subject: [PATCH] Fix workflow to use GITEATOKEN secret name --- .gitea/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 4a5d4b7..1d55bb9 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -56,6 +56,8 @@ jobs: - name: Create Release uses: gitea-actions/release-action@v1 + env: + GITEA_TOKEN: ${{ secrets.GITEATOKEN }} with: tag_name: ${{ steps.version.outputs.VERSION }} name: cm-dashboard ${{ steps.version.outputs.VERSION }}