riv-chain/Copy remote file and publish to Maven repo
This GitHub Action copies a file using a remote URL and publishes it to a Maven repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact_repo | GitHub repository to publish artifacts | yes | — |
| gh_pat | Personal Access Token for GitHub Maven artifact repository | yes | — |
| artifact_url | Remote file URL to download from | yes | — |
| artifact_id | Artifact ID | yes | — |
| group_id | Group ID | yes | — |
| version | Version | yes | — |
Outputs
no outputs