Skip to content

Commit 8b98dcc

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR matplotlib#25672: MAINT: Add api-token for CircleCI redirector action
1 parent 45926ea commit 8b98dcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ commands:
100100
python -m pip install --no-deps --user \
101101
git+https://github.com/matplotlib/mpl-sphinx-theme.git
102102
python -m pip install --user \
103-
numpy<< parameters.numpy_version >> codecov coverage \
103+
numpy<< parameters.numpy_version >> \
104104
-r requirements/doc/doc-requirements.txt
105105
106106
mpl-install:

.github/workflows/circleci.yml

+1
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/doc/build/html/index.html
1718
circleci-jobs: docs-python38
1819
job-title: View the built docs

0 commit comments

Comments
 (0)