fix: standardize token/URL env vars to MOKOGITEA naming [skip ci]

This commit is contained in:
Moko Consulting [bot]
2026-06-25 16:58:05 +00:00
parent 2a84b38194
commit 57b458b79a
@@ -49,7 +49,7 @@ jobs:
env:
MOKOGITEA_TOKEN: ${{ secrets.MOKOGITEA_TOKEN }}
run: |
MOKOGITEA_URL="${{ vars.GITEA_URL || 'https://git.mokoconsulting.tech' }}"
MOKOMOKOGITEA_URL="${{ vars.GITEA_URL || 'https://git.mokoconsulting.tech' }}"
git clone --depth 1 "${MOKOGITEA_URL}/MokoConsulting/mokocli.git" /tmp/mokocli
- name: Install dependencies