summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2023-05-02 12:51:27 -0400
committerGitHub <noreply@github.com>2023-05-02 12:51:27 -0400
commit340a83e6db3628591ee6126102b3b4eeace7b138 (patch)
tree8ffbfabaee1330777527f2b4fe1132f879df404b
parentb2bbdb3044c10c6b135c57d5e8ad12694540207b (diff)
downloadnetworkx-340a83e6db3628591ee6126102b3b4eeace7b138.tar.gz
try adding circleci artifact secret (#6679)
-rw-r--r--.github/workflows/circleci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml
index 5d2cc419..1004b0a2 100644
--- a/.github/workflows/circleci.yml
+++ b/.github/workflows/circleci.yml
@@ -21,5 +21,6 @@ jobs:
uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
+ api-token: ${{ secrets.CIRCLECI_ARTIFACT_REDIRECTOR_TOKEN }}
artifact-path: 0/doc/build/html/index.html
circleci-jobs: documentation