Files
pulsenode/.gitea/workflows
valknar 221add66fb
CI / Static checks (push) Successful in 31s
CI / Build and push image (push) Failing after 40s
ci: fix PACKAGE_TOKEN wiring - it's a Gitea Actions secret
The first tag run failed at docker login with "password is empty" -
$PACKAGE_TOKEN wasn't actually present as a bare env var in the job
shell the way I'd assumed. Checked the triggershell repo's own working
release workflow (same instance, same registry) for the real pattern:
it's a Gitea Actions secret (likely instance-wide, which is why it
didn't show up in this repo's own `tea actions secrets list`),
referenced via ${{ secrets.PACKAGE_TOKEN }} and mapped into the step's
env block, not inherited directly from the runner process.
2026-08-17 15:20:02 +02:00
..