Add Gitea Actions stub workflow for auto-wiki pipeline
/ publish (push) Failing after 0s

Calls novoyuuparosk-auto-wiki/.gitea/workflows/publish-songs.yml
on push to master (excluding wip/, README.md, .gitignore, .claude/).
References automation/songs branch during development — switch to @main
when that branch merges.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 16:39:55 +09:00
parent 1c3aedad9d
commit e6cf8aeeaa
+16
View File
@@ -0,0 +1,16 @@
on:
push:
branches: [master]
paths-ignore:
- "wip/**"
- "README.md"
- ".gitignore"
- ".claude/**"
jobs:
publish:
uses: mikkeli/novoyuuparosk-auto-wiki/.gitea/workflows/publish-songs.yml@automation/songs
with:
SOURCE_REF: ${{ github.sha }}
SOURCE_BASE_REF: ${{ github.event.before }}
secrets: inherit