Skip to content

Buildalon UPM Config

Actions
A GitHub Action for setting Unity UPM private scoped registry configurations in CI/CD workflows
v1.0.1
Latest
Verified creator
Star (4)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Buildalon UPM Config

Discord marketplace validate

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

How to use

workflow

steps:
  - uses: buildalon/upm-config@v1
    with:
      registry-url: 'http://upm.registry.com:4873'
      username: ${{ secrets.UPM_USERNAME }}
      password: ${{ secrets.UPM_PASSWORD }}

inputs

name description required
registry-url The URL of the private scoped registry. true
auth-token The authentication token for the private scoped registry. Required if username and password are not provided.
username The username for the private scoped registry. Required if auth-token is not provided.
password The password for the private scoped registry. Required if auth-token is not provided.
always-auth Whether to always authenticate with the private scoped registry. Defaults to true. false
overwrite Whether to overwrite the existing configuration file. false

Buildalon UPM Config is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

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

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Buildalon UPM Config is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.