{"id":16395569,"url":"https://github.com/akiojin/appcenter-distribute-github-action","last_synced_at":"2025-03-21T02:32:32.528Z","repository":{"id":41479393,"uuid":"462078224","full_name":"akiojin/appcenter-distribute-github-action","owner":"akiojin","description":"This action uploads artefacts (.apk or .ipa) to App Center.","archived":false,"fork":false,"pushed_at":"2024-05-01T11:05:00.000Z","size":151127,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T01:51:17.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/akiojin.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-22T00:25:41.000Z","updated_at":"2023-12-21T20:27:28.000Z","dependencies_parsed_at":"2023-02-08T17:16:07.587Z","dependency_job_id":"fc440222-6ba1-43d9-9e0d-9303cb0da553","html_url":"https://github.com/akiojin/appcenter-distribute-github-action","commit_stats":{"total_commits":237,"total_committers":2,"mean_commits":118.5,"dds":"0.28691983122362874","last_synced_commit":"6efef8a46f2af67f535febb0ef4b376e66359c7f"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiojin%2Fappcenter-distribute-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiojin%2Fappcenter-distribute-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiojin%2Fappcenter-distribute-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiojin%2Fappcenter-distribute-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akiojin","download_url":"https://codeload.github.com/akiojin/appcenter-distribute-github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244102760,"owners_count":20398386,"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":[],"created_at":"2024-10-11T05:05:07.307Z","updated_at":"2025-03-21T02:32:28.155Z","avatar_url":"https://github.com/akiojin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# appcenter-distribute-github-action\n\n![Test][0]\n\nThis action uploads artefacts (.apk or .aab or .ipa) to App Center.\n\n## Requirement\n\nYou will need to install [appcenter-cli][1]\n\n### Installation\n\n```sh\nnpm install -g appcenter-cli\n```\n\n## Usage\n\n### Simple usage\n\n```yml\n- name: Distribute ipa to App Center\n  uses: akiojin/appcenter-distribute-github-action@v1\n  with:\n    token: ${{ secrets.APPCENTER_ACCESS_TOKEN }}\n    path: ${{ runner.temp }}/ProductName.ipa\n    app: \u003cownerName\u003e/\u003cappName\u003e\n```\n\n### Additional Arguments (1)\n\n```yml\n- name: Distribute ipa to App Center\n  uses: akiojin/appcenter-distribute-github-action@v1\n  with:\n    token: ${{ secrets.APPCENTER_ACCESS_TOKEN }}\n    build-number: ${{ github.run_number }}\n    path: ${{ runner.temp }}/ProductName.ipa\n    app: \u003cownerName\u003e/\u003cappName\u003e\n    mandatory: true\n    silent: false\n    group: 'Tests'\n    release_notes: \"\u003cRelease Notes\u003e\"\n```\n\n## Additional Arguments (2)\n\nSee [action.yml][2] for more details.\n\n| Name            | Required | Type      | Default | Description                                                                                                                                 |\n| --------------- | -------- | --------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------- |\n| `token`         | `true`   | `string`  |         | API token (App API token or User API token)                                                                                                 |\n| `build-number`  | `false`  | `string`  |         | Specify the build number to be set in App Center. Valid only on macOS.                                                                      |\n| `path`          | `true`   | `string`  |         | ipa or apk file path                                                                                                                        |\n| `app`           | `true`   | `string`  |         | Specify app in the [ownerName]/[appName] format\u003cbr\u003e(e.g. Company/Example)                                                                   |\n| `mandatory`     | `false`  | `boolean` | `false` | Make the release mandatory for the testers                                                                                                  |\n| `silent`        | `false`  | `boolean` | `false` | Do not notify testers of this release                                                                                                       |\n| `store`         | `false`  | `string`  | \"\"      | Store name. Upload release binary and trigger distribution, at least one of store or group must be specified.                               |\n| `group`         | `false`  | `string`  | \"\"      | Comma-separated distribution group names. Upload release binary and trigger distribution, at least one of store or group must be specified. |\n| `release_notes` | `false`  | `string`  | \"\"      | Release notes text (markdown supported, 5000 characters max). Bracketed by double quotation marks.                                          |\n\n## Remarks\n\n![001](001.png)\n\nThe build numbers displayed in iOS/Android on the App Center are as follows, respectively.\n\n- iOS: Xcode \u003e General \u003e Identity \u003e `Build`\n- Android: `versionCode` [Set app version information](https://developer.android.com/studio/publish/versioning#appversioning)\n\n## License\n\nAny contributions made under this project will be governed by the [MIT License][3].\n\n[0]: https://github.com/akiojin/appcenter-distribute-github-action/actions/workflows/BuildAndTest.yml/badge.svg\n[1]: https://github.com/microsoft/appcenter-cli\n[2]: https://github.com/akiojin/appcenter-distribute-github-action/blob/main/action.yml\n[3]: https://github.com/akiojin/appcenter-distribute-github-action/blob/main/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiojin%2Fappcenter-distribute-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakiojin%2Fappcenter-distribute-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiojin%2Fappcenter-distribute-github-action/lists"}