Skip to content

Commit

Permalink
Merge pull request #2185 from bjlittle/circleci-token
Browse files Browse the repository at this point in the history
Add api-token for CircleCI redirector action
  • Loading branch information
QuLogic authored Jun 6, 2023
2 parents ff28510 + 1252744 commit 6e6f3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jobs:
uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_TOKEN }}
artifact-path: 0/docs/build/html/index.html
circleci-jobs: docs-python3

0 comments on commit 6e6f3b5

Please sign in to comment.