{"id":15090071,"url":"https://github.com/rageagainstthepixel/upm-config","last_synced_at":"2026-02-06T20:32:40.608Z","repository":{"id":250785308,"uuid":"835439550","full_name":"RageAgainstThePixel/upm-config","owner":"RageAgainstThePixel","description":"A GitHub Action for setting Unity Engine UPM private scoped registry credentials in CI/CD workflows","archived":false,"fork":false,"pushed_at":"2025-01-22T02:11:58.000Z","size":926,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T03:19:54.441Z","etag":null,"topics":["actions","github","github-actions","private-registry","private-scoped-registry","toml-config","unity","unity-upm","upm","upm-config","upm-toml"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RageAgainstThePixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"StephenHodgson","patreon":"RageAgainstThePixel"}},"created_at":"2024-07-29T21:01:28.000Z","updated_at":"2025-01-22T02:10:59.000Z","dependencies_parsed_at":"2024-07-30T04:19:49.382Z","dependency_job_id":"a7b82d83-337a-4f01-8810-901219d90b91","html_url":"https://github.com/RageAgainstThePixel/upm-config","commit_stats":null,"previous_names":["rageagainstthepixel/upm-config"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fupm-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fupm-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fupm-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fupm-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RageAgainstThePixel","download_url":"https://codeload.github.com/RageAgainstThePixel/upm-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235694187,"owners_count":19030772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github","github-actions","private-registry","private-scoped-registry","toml-config","unity","unity-upm","upm","upm-config","upm-toml"],"created_at":"2024-09-25T09:20:26.791Z","updated_at":"2026-02-06T20:32:40.576Z","avatar_url":"https://github.com/RageAgainstThePixel.png","language":"TypeScript","funding_links":["https://github.com/sponsors/StephenHodgson","https://patreon.com/RageAgainstThePixel"],"categories":[],"sub_categories":[],"readme":"# upm-config\n\nA GitHub Action for setting Unity Engine UPM private scoped registry credentials in CI/CD workflows.\n\n## How to use\n\n### workflow\n\n```yaml\nsteps:\n  - uses: RageAgainstThePixel/upm-config@v2\n    with:\n      registry-url: 'http://upm.registry.com:4873'\n      username: ${{ secrets.UPM_USERNAME }}\n      password: ${{ secrets.UPM_PASSWORD }}\n```\n\n### inputs\n\n| name | description | required |\n| ---- | ----------- | -------- |\n| `registry-url` | The URL of the private scoped registry. | true |\n| `auth-token` | The authentication token for the private scoped registry. | Required if username and password are not provided. |\n| `username` | The username for the private scoped registry. | Required if auth-token is not provided. |\n| `password` | The password for the private scoped registry. | Required if auth-token is not provided. |\n| `always-auth` | Whether to always authenticate with the private scoped registry. Defaults to `true`. | false |\n| `overwrite` | Whether to overwrite the existing configuration file. | false |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frageagainstthepixel%2Fupm-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frageagainstthepixel%2Fupm-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frageagainstthepixel%2Fupm-config/lists"}