diff --git a/.github/workflows/release-docs.yaml b/.github/workflows/release-docs.yaml index e34d357f..872feb13 100644 --- a/.github/workflows/release-docs.yaml +++ b/.github/workflows/release-docs.yaml @@ -25,6 +25,6 @@ jobs: - name: Deploy to GitHub pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.DOKKA_GH_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build/dokka/htmlMultiModule publish_branch: gh-pages \ No newline at end of file