Skip to content

Commit 43772b7

Browse files
authored
Merge pull request matplotlib#25672 from melissawm/fix-circleci
MAINT: Add api-token for CircleCI redirector action
2 parents 60163b5 + 35f7cfa commit 43772b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ commands:
9898
name: Install Python dependencies
9999
command: |
100100
python -m pip install --user \
101-
numpy<< parameters.numpy_version >> codecov coverage \
101+
numpy<< parameters.numpy_version >> \
102102
-r requirements/doc/doc-requirements.txt
103103
python -m pip install --no-deps --user \
104104
git+https://github.com/matplotlib/mpl-sphinx-theme.git

.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.CIRCLECI_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)