Skip to content

Commit 3289424

Browse files
committed
update wiki action
1 parent d0bad6d commit 3289424

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/wiki.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync Wiki
1+
name: Publish Wiki
22
on:
33
push:
44
branches: [main]
@@ -7,17 +7,16 @@ on:
77

88
workflow_dispatch:
99

10+
concurrency:
11+
group: wiki
12+
cancel-in-progress: true
13+
permissions:
14+
contents: write
1015
jobs:
11-
update-wiki:
16+
wiki:
1217
runs-on: ubuntu-latest
13-
name: Sync Wiki
14-
concurrency:
15-
group: wiki
16-
cancel-in-progress: true
17-
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: spenserblack/actions-wiki@v0.1
20+
- uses: spenserblack/actions-wiki@v0.3
2121
with:
22-
token: ${{ secrets.WIKI_TOKEN }}
2322
path: docs/wiki

0 commit comments

Comments
 (0)