{"id":21355342,"url":"https://github.com/mrikirill/rnappcentercodepushaction","last_synced_at":"2025-03-16T05:24:12.703Z","repository":{"id":65160985,"uuid":"323747533","full_name":"mrikirill/RNAppCenterCodePushAction","owner":"mrikirill","description":"Github Action which makes OTA update for React Native Apps by using AppCenter CodePush","archived":false,"fork":false,"pushed_at":"2020-12-22T22:36:51.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T17:47:21.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrikirill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-22T22:35:39.000Z","updated_at":"2023-10-10T18:56:13.000Z","dependencies_parsed_at":"2023-01-13T15:44:14.918Z","dependency_job_id":null,"html_url":"https://github.com/mrikirill/RNAppCenterCodePushAction","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"80f1dd933e399e3cfc1d42d1bc511a4a9b99772c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrikirill%2FRNAppCenterCodePushAction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrikirill%2FRNAppCenterCodePushAction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrikirill%2FRNAppCenterCodePushAction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrikirill%2FRNAppCenterCodePushAction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrikirill","download_url":"https://codeload.github.com/mrikirill/RNAppCenterCodePushAction/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243828984,"owners_count":20354590,"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-11-22T04:16:53.608Z","updated_at":"2025-03-16T05:24:12.682Z","avatar_url":"https://github.com/mrikirill.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RN-AppCenter-CodePush\n\nMake OTA update for Reacn Native Apps\n\n## Required Env Params\n\n*ENV_FILENAME* - name of .env file\n\n*APPCENTER_TOKEN* - [AppCenter API token](https://appcenter.ms/settings/apitokens)\n\n*APP_IOS* - App name for iOS App by running `appcenter apps list`\n\n*OTA_CHANNEL_IOS* - CodePush Channel for iOS App\n\n*APP_ANDROID* - App name for Android App by running `appcenter apps list`\n\n*OTA_CHANNEL_ANDROID* - CodePush Channel for Android App\n\n\n```\nname: Build, code quality, tests \n\non: [push]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v2\n    - name: Install npm dependencies\n      run: npm i\n    - name: Build OTA update\n      uses: mrikirill/RN-AppCenter-CodePush@v1.0.0\n      env:\n        ENV_FILENAME: .env.template\n        APPCENTER_TOKEN: app-center-token\n        APP_IOS: AppIOS\n        OTA_CHANNEL_IOS: Staging\n        APP_ANDROID: AppAndroid\n        OTA_CHANNEL_ANDROID: Staging\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrikirill%2Frnappcentercodepushaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrikirill%2Frnappcentercodepushaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrikirill%2Frnappcentercodepushaction/lists"}