Skip to content

Commit 5d5889e

Browse files
authored
Merge pull request #178 from rossbar/fix-artifact-redirector
CI: Add CIRCLE_TOKEN to fix artifact redirection.
2 parents c80c805 + d8cf97d commit 5d5889e

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
@@ -8,5 +8,6 @@ jobs:
88
uses: larsoner/circleci-artifacts-redirector-action@master
99
with:
1010
repo-token: ${{ secrets.GITHUB_TOKEN }}
11+
api-token: ${{ secrets.CIRCLE_TOKEN }}
1112
artifact-path: 0/site/_build/html/index.html
1213
circleci-jobs: build-docs

0 commit comments

Comments
 (0)