fix(ci): use a valid mirror toggle
Some checks failed
CI and deploy / verify (push) Successful in 2m13s
CI and deploy / publish (push) Successful in 37s
CI and deploy / deploy (push) Failing after 3s
CI and deploy / mirror (push) Has been skipped

This commit is contained in:
Alex 2026-08-28 01:04:26 +02:00
parent f4e1c5aa1c
commit 12ac14f709
2 changed files with 2 additions and 2 deletions

View file

@ -201,7 +201,7 @@ jobs:
run: rm -rf .ci
mirror:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && vars.GITHUB_MIRROR_ENABLED == 'true'
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && vars.MIRROR_ENABLED == 'true'
needs: deploy
runs-on: docker
steps:

View file

@ -25,7 +25,7 @@ Forgejo UI:
`git@github.com:Fi3w0/Nereus.git`.
After registering that deploy key, set the Forgejo Actions repository variable
`GITHUB_MIRROR_ENABLED` to `true`. The mirror job stays skipped until both sides
`MIRROR_ENABLED` to `true`. The mirror job stays skipped until both sides
are configured, so an absent GitHub credential cannot break production deploys.
The workflow never prints these values. It writes the kubeconfig to the