Skip to content

Commit 6ed6c0a

Browse files
authored
Merge pull request #8 from advanced-security/wiki
feat(docs): Add Wiki Publishing Action
2 parents 850c1c3 + c604f36 commit 6ed6c0a

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

.github/workflows/wiki.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "Publish Wiki"
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
paths:
7+
- wiki/**
8+
- .github/workflows/wiki.yml
9+
10+
11+
permissions:
12+
contents: write
13+
14+
jobs:
15+
publish-wiki:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v4
20+
21+
- uses: Andrew-Chen-Wang/github-wiki-action@50650fccf3a10f741995523cf9708c53cec8912a

wiki/Home.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Welcome to the reusable-workflows wiki!
2+
3+
This wiki and repository contains a list of [Reusable GitHub Action Workflows][reusable-github-actions]that the [Advanced Security organisation][advanced-security-org] uses.
4+
5+
6+
<!-- Resources -->
7+
[advanced-security-org]: https://github.com/advanced-security
8+
[github-actions]: https://docs.github.com/en/enterprise-cloud@latest/actions
9+
[reusable-github-actions]: https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows

wiki/_Sidebar.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
**[Home](https://github.com/advanced-security/reusable-workflows/wiki)**
2+
3+
***
4+
5+
**Building / Testing / Publishing:**
6+
7+
- Python - Build / Test / Lint
8+
- Container - Build / Publish / Scan / Sign
9+
10+
***
11+
12+
**Linting:**
13+
14+
- Markdown Linting
15+
16+
***
17+
18+
**Security:**
19+
20+
- Dependency Review
21+
22+
***
23+
24+
**Repository Management:**
25+
26+
- :construction: Labeler

0 commit comments

Comments
 (0)