Skip to content

Commit 428f1cd

Browse files
committed
Add token for CircleCI artifact redirector action
1 parent 5c20d46 commit 428f1cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/circleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: larsoner/circleci-artifacts-redirector-action@master
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
api-token: ${{ secrets.CIRCLECI_TOKEN }}
1617
artifact-path: 0/docs/_build/html/index.html
1718
circleci-jobs: build_docs
1819
job-title: View the built docs

0 commit comments

Comments
 (0)