Skip to content

Commit 8f88024

Browse files
authored
MNT Correct circle token name (#153)
1 parent 9511818 commit 8f88024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/circleci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: GitHub Action step
99
uses: larsoner/circleci-artifacts-redirector-action@master
1010
with:
11+
api-token: ${{ secrets.CIRCLE_TOKEN }}
1112
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
api-token: ${{ secrets.CIRCLE_CI_STATUS_TOKEN }}
1313
artifact-path: 0/dev/index.html
1414
circleci-jobs: build_docs

0 commit comments

Comments
 (0)