Skip to content

Commit fca489d

Browse files
committed
Add token for circle ci artifact redirector.
1 parent 09e99e7 commit fca489d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/circleci-artifacts-redirector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: GitHub Action step
99
uses: scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0.0
1010
with:
11-
repo-token: ${{ NEW_TOKEN }}
12-
api-token: ${{ NEW_TOKEN1 }}
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
api-token: ${{ secrets.CIRCLE_TOKEN }}
1313
artifact-path: 0/_build/html/index.html
1414
circleci-jobs: build-docs

0 commit comments

Comments
 (0)