rageagainstthepixel/upm-config
A GitHub Action for setting Unity UPM private scoped registry configurations in CI/CD workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry-url | The URL of the private scoped registry. | yes | — |
| auth-token | The authentication token for the private scoped registry. Required if username and password are not provided. | no | — |
| username | The username for the private scoped registry. Required if auth_token is not provided. | no | — |
| password | The password for the private scoped registry. Required if auth_token is not provided. | no | — |
| always-auth | Whether to always authenticate with the private scoped registry. Defaults to true. | no | true |
| overwrite | Whether to overwrite the existing configuration file. Defaults to false. | no | — |
Outputs
no outputs