summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2023-04-13 14:59:03 +0200
committerGitHub <noreply@github.com>2023-04-13 14:59:03 +0200
commit1142b9d40adfbda9f6fb2ef6417b2f2e191eed9e (patch)
tree2a7c15bf432bf725445934077d9b443fad6e796b
parentb7a5698f5b1db1d91a79cc30503bd59b55c88981 (diff)
downloadnumpy-1142b9d40adfbda9f6fb2ef6417b2f2e191eed9e.tar.gz
CI: fix Circle CI doc build html preview link (#23578)
Note that this token should be a personal token. In this case, it is one I created. [skip cirrus] [skip azp]
-rw-r--r--.github/workflows/circleci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml
index a8c5f63bb..75638f6b6 100644
--- a/.github/workflows/circleci.yml
+++ b/.github/workflows/circleci.yml
@@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
if: "github.repository == 'numpy/numpy' && !contains(github.event.head_commit.message, '[circle skip]') && !contains(github.event.head_commit.message, '[skip circle]') && github.event.context == 'ci/circleci: build'"
name: Run CircleCI artifacts redirector
- # if: github.repository == 'numpy/numpy'
permissions:
statuses: write
steps:
@@ -21,5 +20,6 @@ jobs:
uses: larsoner/circleci-artifacts-redirector-action@0a7552bf8cf99cbd40a8928fa48e858e205b98c8 # master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
+ api-token: ${{ secrets.CIRCLE_TOKEN }}
artifact-path: 0/doc/build/html/index.html
circleci-jobs: build