Skip to content

Commit fe23091

Browse files
committed
Add documents for Github Wiki addon
1 parent 60048b3 commit fe23091

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.github/wiki/Addon:-Github-AWS-ECS.md

Whitespace-only changes.

.github/wiki/Addon:-Github-Wiki.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Config
2+
3+
`WIKI_ACTION_TOKEN`: Generate personal access token to allow action push the markdown content files in `.github/wiki` to Github Wiki section.

.github/wiki/_Sidebar.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@
66

77
- [[Docker]]
88
- [[Testing]]
9+
10+
## Add-ons
11+
12+
- Github
13+
- [[Addon:-Github-AWS-ECS]]
14+
- [[Addon:-Github-Wiki]]

priv/templates/nimble_template/.github/workflows/publish_wiki.yml renamed to priv/templates/nimble_template/.github/workflows/publish_wiki.yml.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
USER_NAME: github-wiki-workflow
1616
USER_EMAIL: ${{ secrets.GH_EMAIL }}
1717
secrets:
18-
USER_TOKEN: ${{ secrets.GH_TOKEN }}
18+
USER_TOKEN: ${{ secrets.WIKI_ACTION_TOKEN }}

0 commit comments

Comments
 (0)