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

Skip to content

Commit 9db6f2d

Browse files
jeremiedbbItay
authored andcommitted
CI Fix circleci artifact redirector action (scikit-learn#26181)
1 parent 51f501e commit 9db6f2d

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