From aec87ea5686bc9bb840d292540d0b3c3ea2bed25 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 21 Aug 2020 15:48:44 -0400 Subject: [PATCH] GHA to sync documentation wikis #1683 --- .github/workflows/sync-wiki.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-wiki.yaml b/.github/workflows/sync-wiki.yaml index c7739b8648..607c438e90 100644 --- a/.github/workflows/sync-wiki.yaml +++ b/.github/workflows/sync-wiki.yaml @@ -1,3 +1,7 @@ +# +# ACCESS_TOKEN - Personal Access Token with "public_repo" permission +# + name: Sync Wiki on: gollum @@ -14,7 +18,7 @@ jobs: repository: rusefi/rusefi_documentation persist-credentials: false - - name: Merge + - name: Merge from rusefi/wiki run: | git remote add best-wiki-git https://github.com/rusefi/rusefi.wiki.git git fetch best-wiki-git @@ -22,7 +26,7 @@ jobs: git config --local user.name "GitHub Action" git merge best-wiki-git/master - - name: Push changes + - name: Push changes to rusefi_documentation technical wiki uses: ad-m/github-push-action@master with: repository: rusefi/rusefi_documentation