diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 7fc1ea9..a202876 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -10,9 +10,6 @@ on: tags-ignore: - '*' -permissions: - contents: read - jobs: deploy-wiki: runs-on: ubuntu-latest @@ -22,7 +19,7 @@ jobs: - name: 'Push Changes to Wiki' uses: Andrew-Chen-Wang/github-wiki-action@v3 env: - WIKI_DIR: docs/ + WIKI_DIR: 'docs/' GH_TOKEN: ${{ github.token }} - GH_MAIL: ${{ github.actor }}@users.noreply.github.com - GH_NAME: ${{ github.repository_owner }} \ No newline at end of file + GH_MAIL: 'actions@github.com' + GH_NAME: 'github-actions[bot]' \ No newline at end of file