1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-07 13:11:03 +02:00

ci(sync wiki): overhaul with bash script

This commit is contained in:
Jake Stanger 2022-11-06 23:25:11 +00:00
parent ff17ec1996
commit 94693c92e3
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 46 additions and 8 deletions

View file

@ -12,11 +12,6 @@ jobs:
- uses: actions/checkout@v3
- name: Sync Wiki
uses: joeizzard/action-wiki-sync@master
with:
username: JakeStanger
access_token: ${{ secrets.GITHUB_TOKEN }}
wiki_folder: docs
commit_username: 'Jake Stanger'
commit_email: 'mail@jstanger.dev'
commit_message: 'sync wiki from main repo'
run: ./.github/scripts/sync-wiki.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}