diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 1a1aa1ef..5b7c8f54 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,7 +4,6 @@ on: push: branches: - master - pull_request: workflow_dispatch: @@ -27,3 +26,5 @@ jobs: with: target_branch: gh-pages build_dir: build + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}