From eb9b3907246b8e2ceb6fb4f0d316119ac0e38e98 Mon Sep 17 00:00:00 2001 From: dresber Date: Sun, 10 May 2026 19:16:25 +0200 Subject: [PATCH] correct secret name as it is not allowed to start with GITEA in the runer --- .gitea/workflows/notifications.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/notifications.yml b/.gitea/workflows/notifications.yml index 08c6a6b..c82493c 100644 --- a/.gitea/workflows/notifications.yml +++ b/.gitea/workflows/notifications.yml @@ -17,7 +17,7 @@ on: NTFY_TOPIC: { required: true } NTFY_TOKEN: { required: true } NTFY_SERVER: { required: true } - GITEA_TOKEN: { required: true } + API_GITEA_TOKEN: { required: true } jobs: notify: @@ -27,7 +27,7 @@ jobs: id: previous shell: bash env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} + API_GITEA_TOKEN: ${{ secrets.API_GITEA_TOKEN }} run: | set -euo pipefail