scientific-python / circleci-artifacts-redirector-action

GitHub Action to add a GitHub status link to a CircleCI artifact.
MIT License
14 stars 8 forks source link

Add support for private repositories #36

Closed stepanhruda closed 1 year ago

stepanhruda commented 1 year ago

Hitting the Circle CI URL only works for public repositories - if your repository is private, you need to pass a CircleCI API token.

larsoner commented 1 year ago

Seems straightforward, thanks @stepanhruda