buildalon/Buildalon UPM Config

A GitHub Action for setting Unity UPM private scoped registry configurations in CI/CD workflows.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
registry-urlThe URL of the private scoped registry.yes
auth-tokenThe authentication token for the private scoped registry. Required if username and password are not provided.no
usernameThe username for the private scoped registry. Required if auth_token is not provided.no
passwordThe password for the private scoped registry. Required if auth_token is not provided.no
always-authWhether to always authenticate with the private scoped registry. Defaults to true.notrue
overwriteWhether to overwrite the existing configuration file. Defaults to false.no

no outputs