arbor-education/Private Packagist Upload Artifact
Upload artifacts to Private Packagist repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Private Packagist API key (use secrets.PACKAGIST_API_KEY) | yes | — |
| api-secret | Private Packagist API secret (use secrets.PACKAGIST_API_SECRET) | yes | — |
| package-name | Name of the package to upload to (e.g., "vendor/package-name") | yes | — |
| file-path | Path to the artifact file to upload | yes | — |
| private-packagist-url | Private Packagist instance URL | no | https://packagist.com |
Outputs
| name | description |
|---|---|
| success | Whether the upload was successful |
| package-name | The name of the package that was uploaded to |
| upload-result | JSON response from the upload API call |
| package-url | URL of the uploaded package |