riv-chain/Copy local file and publish to Maven repo
This GitHub Action copies a file using a local path 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_path | Local file path | yes | — |
| artifact_source_path | Local source file path | no | "" |
| artifact_id | Artifact ID | yes | — |
| group_id | Group ID | yes | — |
| version | Version | yes | — |
Outputs
no outputs