From fdeacc73c564dc1e2780f555ce5eaf847d4e295b Mon Sep 17 00:00:00 2001 From: "Moko Consulting [bot]" Date: Thu, 25 Jun 2026 16:57:31 +0000 Subject: [PATCH] fix: standardize token/URL env vars to MOKOGITEA naming [skip ci] --- .mokogitea/workflows/ci-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mokogitea/workflows/ci-platform.yml b/.mokogitea/workflows/ci-platform.yml index b2bd759..5de36f5 100644 --- a/.mokogitea/workflows/ci-platform.yml +++ b/.mokogitea/workflows/ci-platform.yml @@ -453,8 +453,8 @@ jobs: needs.governance.result == 'failure' || needs.templates.result == 'failure') env: - GITEA_TOKEN: ${{ secrets.MOKOGITEA_TOKEN }} - GITEA_URL: ${{ vars.GITEA_URL || 'https://git.mokoconsulting.tech' }} + MOKOGITEA_TOKEN: ${{ secrets.MOKOGITEA_TOKEN }} + MOKOGITEA_URL: ${{ vars.GITEA_URL || 'https://git.mokoconsulting.tech' }} run: | chmod +x automation/ci-issue-reporter.sh REPORTER="./automation/ci-issue-reporter.sh"