{"id":14960376,"url":"https://github.com/buildalon/upm-config","last_synced_at":"2026-05-24T23:11:26.933Z","repository":{"id":252153694,"uuid":"839585380","full_name":"buildalon/upm-config","owner":"buildalon","description":"A GitHub Action for setting Unity Engine UPM private scoped registry credentials in CI/CD workflows","archived":false,"fork":false,"pushed_at":"2026-05-16T04:13:40.000Z","size":567,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-16T05:36:21.893Z","etag":null,"topics":["action","automation","buildlaon","cd","ci","ci-cd","game-ci","game-development","github-actions","private-scoped-registry","unity","unity3d","upm","upm-config","upm-private-scoped-registry","verdaccio"],"latest_commit_sha":null,"homepage":"https://buildalon.com","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/buildalon.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-07T23:19:47.000Z","updated_at":"2026-05-16T04:02:57.000Z","dependencies_parsed_at":"2025-02-09T20:32:23.766Z","dependency_job_id":"7d7cc89e-4c4a-4de9-b64e-ebe40306908e","html_url":"https://github.com/buildalon/upm-config","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.33333333333333337","last_synced_commit":"451141e249d592971b4bd175e835dfc154560e8d"},"previous_names":["buildalon/upm-config"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/buildalon/upm-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fupm-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fupm-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fupm-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fupm-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildalon","download_url":"https://codeload.github.com/buildalon/upm-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fupm-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33453650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["action","automation","buildlaon","cd","ci","ci-cd","game-ci","game-development","github-actions","private-scoped-registry","unity","unity3d","upm","upm-config","upm-private-scoped-registry","verdaccio"],"created_at":"2024-09-24T13:22:09.407Z","updated_at":"2026-05-24T23:11:26.928Z","avatar_url":"https://github.com/buildalon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buildalon UPM Config\n\n[![Discord](https://img.shields.io/discord/939721153688264824.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/VM9cWJ9rjH) [![marketplace](https://img.shields.io/static/v1?label=\u0026labelColor=505050\u0026message=Buildalon%20Actions\u0026color=FF1E6F\u0026logo=github-actions\u0026logoColor=0076D6)](https://github.com/marketplace?query=buildalon) [![validate](https://github.com/buildalon/upm-config/actions/workflows/validate.yml/badge.svg?branch=main\u0026event=push)](https://github.com/buildalon/upm-config/actions/workflows/validate.yml)\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: buildalon/upm-config@v1\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildalon%2Fupm-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildalon%2Fupm-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildalon%2Fupm-config/lists"}