From 91c4667fbb5d7643211808115a4c470e9e910ed7 Mon Sep 17 00:00:00 2001 From: jeremie du boisberranger Date: Fri, 14 Apr 2023 18:36:28 +0200 Subject: [PATCH] add api-token --- .github/workflows/artifact-redirector.yml | 1 + 1 file changed, 1 insertion(+) 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!