Skip to content

Commit 3c9ecc3

Browse files
authored
The old way of pushing to the Wiki no longer works
1 parent ee0decb commit 3c9ecc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/update_wiki_help_texts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout wiki code
1717
uses: actions/checkout@v2
1818
with:
19-
repository: ${{github.repository}}
19+
repository: ${{github.repository}}.wiki
2020
path: wiki
2121
persist-credentials: false
2222
fetch-depth: 0
@@ -85,9 +85,9 @@ jobs:
8585
8686
- name: Push changes (if applicable)
8787
if: contains(steps.changes.outputs.GIT_STATUS, 'modified')
88-
uses: ad-m/github-push-action@master
88+
uses: SwiftDocOrg/github-wiki-publish-action@v1
8989
with:
90-
directory: wiki
91-
repository: ${{github.repository}}
92-
github_token: ${{ secrets.PERSONAL_TOKEN }}
90+
path: "wiki"
91+
env:
92+
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
9393

0 commit comments

Comments
 (0)