scientific-python/run-circleci-artifacts-redirector
Create a direct artifact link upon CircleCI completion
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | yes | — |
| artifact-path | Path to the CircleCI artifact | yes | — |
| circleci-jobs | Comma-separated list of CircleCI jobs to monitor (default is "build_docs,build,doc") | no | — |
| api-token | CircleCI API token secret, only needed if the repository is private | no | — |
| job-title | The name of the job, as it will render on the PR GUI (default is "<name of CI job> artifact)" | no | — |
| domain | The domain on which CircleCI artifacts are hosted. Defaults to output.circle-artifacts.com. Can, e.g., be set to use the Scientific Python CircleCI proxy (https://github.com/scientific-python/circleci-proxy), which addresses some routing issues. | no | output.circle-artifacts.com |
| post-pending | Whether to post a "Waiting for CircleCI ..." status while the CircleCI job is still running. Set to 'false' to halve the number of statuses this action creates (and therefore the number of workflow runs the `on: status` trigger produces). | no | true |
Outputs
| name | description |
|---|---|
| url | The full redirect URL |