5983bfb833
/ publish (push) Successful in 16s
This repo and novoyuuparosk-auto-wiki both moved out of the `mikkeli` account, so the reusable-workflow reference follows. Same owner on both sides means no cross-owner read gate on the private callee.
20 lines
511 B
YAML
20 lines
511 B
YAML
on:
|
|
push:
|
|
branches: [master]
|
|
paths-ignore:
|
|
- "wip/**"
|
|
- "README.md"
|
|
- ".gitignore"
|
|
- ".claude/**"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
publish:
|
|
uses: novoyuuparosk-wiki/novoyuuparosk-auto-wiki/.gitea/workflows/publish-songs.yml@master
|
|
with:
|
|
SOURCE_REF: ${{ github.sha }}
|
|
# Empty on workflow_dispatch — the reusable workflow treats that as
|
|
# "publish everything", same as a first push.
|
|
SOURCE_BASE_REF: ${{ github.event.before }}
|
|
secrets: inherit
|