diff --git a/.github/workflows/artifact-redirector.yml b/.github/workflows/artifact-redirector.yml index 84dd210aecc83..3fdbc06fac386 100644 --- a/.github/workflows/artifact-redirector.yml +++ b/.github/workflows/artifact-redirector.yml @@ -18,6 +18,7 @@ jobs: uses: larsoner/circleci-artifacts-redirector-action@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} + api-token: ${{ secrets.CIRCLECI_TOKEN }} artifact-path: 0/doc/_changed.html circleci-jobs: doc job-title: Check the rendered docs here!