From b551155cb10f48dab6f45611395c28b18e16cd15 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Wed, 19 Jul 2023 15:56:18 -0700 Subject: [PATCH] Set Circle CI API token --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 347dbfb8d..43d8c0b68 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -11,6 +11,7 @@ jobs: uses: larsoner/circleci-artifacts-redirector-action@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} + api-token: ${{ secrets.CIRCLECI_TOKEN }} artifact-path: 0/_site/draft/index.html circleci-jobs: build_page job-title: Check the rendered docs here!