a1060c9d22
/ publish (push) Successful in 4s
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.
17 lines
334 B
YAML
17 lines
334 B
YAML
on:
|
|
push:
|
|
branches: [master]
|
|
paths-ignore:
|
|
- "README.md"
|
|
- ".gitignore"
|
|
- ".gitkeep"
|
|
- ".claude/**"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
publish:
|
|
uses: novoyuuparosk-wiki/novoyuuparosk-auto-wiki/.gitea/workflows/publish-tech.yml@master
|
|
with:
|
|
SOURCE_REF: ${{ github.sha }}
|
|
secrets: inherit
|