We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e99e7 commit fca489dCopy full SHA for fca489d
.github/workflows/circleci-artifacts-redirector.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: GitHub Action step
9
uses: scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0.0
10
with:
11
- repo-token: ${{ NEW_TOKEN }}
12
- api-token: ${{ NEW_TOKEN1 }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ api-token: ${{ secrets.CIRCLE_TOKEN }}
13
artifact-path: 0/_build/html/index.html
14
circleci-jobs: build-docs
0 commit comments