- Sync Markdown content into
content
directory to be consumed by private Wiki Instance. - Markdown can be Frontmatter decorated.
- Ensure Repo emits
dispatch.yml
to trigger workflow in order to rebuild site once content updates.- create repo secret:
REPO_PAT
:paste in org PAT - github_pat_***
- requires Organisaztion PAT
- Read access to metadata
- Read & Write to Contents
- create repo variable:
REPO_OWNER
- create repo variable:
REPO_NAME
- create repo variable:
EVENT
and use value:TRIGGER_BUILD
- create repo secret:
- Connect workflows with other REPO by having a consuming end: workflow
on:
repository_dispatch:
types:
- TRIGGER_BUILD
Current available fields:
---
description: SEO powers for wiki specific page
published: true # also defaults to true (sets visibility)
pin: 1111 # will lock page privately behind a hash
tags: ['blog']
---
This would be a community facing public repo. Rules and regs in order to submit PRs