8000 CI Fix circleci artifact redirector action (#26181) · scikit-learn/scikit-learn@66a4d96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66a4d96

Browse files
authored
CI Fix circleci artifact redirector action (#26181)
1 parent fdf77af commit 66a4d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/artifact-redirector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: larsoner/circleci-artifacts-redirector-action@master
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
21+
api-token: ${{ secrets.CIRCLECI_TOKEN }}
2122
artifact-path: 0/doc/_changed.html
2223
circleci-jobs: doc
2324
job-title: Check the rendered docs here!

0 commit comments

Comments
 (0)
0