Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dccf2ea

Browse files
committed
MAINT: Add api-token for CircleCI redirector action
1 parent bff4681 commit dccf2ea

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.CIRCLE_TOKEN }}
1617
artifact-path: 0/doc/build/html/index.html
1718
circleci-jobs: docs-python39
1819
job-title: View the built docs

0 commit comments

Comments
 (0)