From 12af5bc16bfb68378f9a34aa69f9cac899a092d4 Mon Sep 17 00:00:00 2001 From: Jared Swift Date: Sat, 25 Nov 2023 17:11:00 +0000 Subject: [PATCH] fix(ci): use github_token for gh pages deploy. --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4c38eb089..93e617c27 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -51,6 +51,6 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.event_name != 'pull_request' && github.ref_name == 'main' with: - deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }} + github_token: ${{ secrets.DOCS_DEPLOY_KEY }} publish_dir: ./src/lasr-base/documentation/web/build external_repository: lasr-at-home/docs