Skip to content

Commit 49d4608

Browse files
authored
CI: add CircleCI API token to fix html preview link (#18292)
1 parent c8206b8 commit 49d4608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/circle_artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
uses: larsoner/circleci-artifacts-redirector-action@master
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
api-token: ${{ secrets.CIRCLE_TOKEN }}
1213
artifact-path: 0/html/index.html
1314
circleci-jobs: build_docs
1415
job-title: Check the rendered docs here!

0 commit comments

Comments
 (0)