nomadops/jFrog Artifactory CLI action
Use the jFrog Artifactory CLI with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL of hosted Artifactory instance | yes | — |
| credentials type | Type of authentication to use. Must be one of username, apikey or accesstoken. Defaults to apikey | yes | apikey |
| user | Username for Artifactory. Must be supplied when credentials type is username | no | — |
| password | Password for Artifactory. Must be supplied when credentials type is username | no | — |
| apikey | Artifactory API Key. Must be supplied when credentials type is apikey | no | — |
| access token | Artifactory access token. Must be supplied when credentials type is accesstoken | no | — |
| working directory | Specify a working directory for the command to run in. | no | . |
Outputs
no outputs