Skip to content

Commit 44d166b

Browse files
Add token for artifact redirector (#470)
See scientific-python/circleci-artifacts-redirector-action#40 Close #469
1 parent eeb509e commit 44d166b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ jobs:
88
uses: larsoner/circleci-artifacts-redirector-action@master
99
with:
1010
repo-token: ${{ secrets.GITHUB_TOKEN }}
11+
api-token: ${{ secrets.CIRCLECI_ARTIFACT_REDIRECTOR_TOKEN }}
1112
artifact-path: 0/html/index.html
1213
circleci-jobs: build_docs

0 commit comments

Comments
 (0)