Skip to content

Commit 9dafd89

Browse files
authored
Merge pull request #155 from melissawm/fix-circleci
Add token for CircleCI artifact redirector action
2 parents 01a2da0 + cf2e272 commit 9dafd89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/circleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: larsoner/circleci-artifacts-redirector-action@master
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
api-token: ${{ secrets.CIRCLECI_TOKEN }}
1516
artifact-path: 0/docs/build/html/index.html
1617
circleci-jobs: build_docs
1718
job-title: View the built docs

0 commit comments

Comments
 (0)