hashtagcyber/Push to Artifactory
Leverages Github Secrets and Twine to push to private Artifactory server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifactory-user | Artifactory username. Get one here: <link to where to get one> | yes | — |
| artifactory-token | Artifactory Acccess Token | yes | — |
| artifactory-url | Base URL for artifactory instance. Do NOT include repository in path | yes | "" |
| artifactory-repo | Artifactory Repo to upload package to | yes | ${{ env.GITHUB_REPOSITORY }} |
| package-path | Path to the package artifact we want to upload | yes | dist/* |
Outputs
no outputs