Gitea blocks vars/secrets prefixed with GITEA_ or GITHUB_. Also avoids relying on github.server_url which resolves to github.com rather than the local Gitea instance on this runner. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- render.py: frontmatter validation, h1 strip, pandoc conversion, banner/category injection, idempotent MediaWiki writes via mwclient - requirements.txt: python-frontmatter, mwclient, PyYAML - template_auto_generated.wikitext: paste into wiki as Template:Auto-generated - .gitea/workflows/publish-songs.yml: reusable workflow; job container python:3.12-slim installs pandoc via apt (no host-level pandoc needed) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>