8000 Merge pull request #25679 from meeseeksmachine/auto-backport-of-pr-25… · matplotlib/matplotlib@7233d36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7233d36

Browse files
authored
Merge pull request #25679 from meeseeksmachine/auto-backport-of-pr-25672-on-v3.7.x
Backport PR #25672 on branch v3.7.x (MAINT: Add api-token for CircleCI redirector action)
2 parents 3c3eadc + ec9c767 commit 7233d36

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
@@ -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

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-python38
1819
job-title: View the built docs

0 commit comments

Comments
 (0)
0