{"id":26784143,"url":"https://github.com/sagar-viradiya/internal-app-sharing-action","last_synced_at":"2026-02-21T14:03:15.325Z","repository":{"id":39443070,"uuid":"261517189","full_name":"sagar-viradiya/internal-app-sharing-action","owner":"sagar-viradiya","description":"GitHub Action to upload aab/apk to Internal App Sharing on Play console","archived":false,"fork":false,"pushed_at":"2023-01-06T06:40:16.000Z","size":1218,"stargazers_count":26,"open_issues_count":17,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-03-15T13:06:31.308Z","etag":null,"topics":["aab","actions","android","apk","hacktoberfest","internal-app-sharing","play-console"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sagar-viradiya.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["sagar-viradiya","nkshah2","jainakshansh"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-05-05T15:56:22.000Z","updated_at":"2024-03-15T11:20:20.000Z","dependencies_parsed_at":"2023-01-11T17:21:46.213Z","dependency_job_id":null,"html_url":"https://github.com/sagar-viradiya/internal-app-sharing-action","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":0.1707317073170732,"last_synced_commit":"56d595655847518cab30920156e2993fac29b1de"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagar-viradiya%2Finternal-app-sharing-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagar-viradiya%2Finternal-app-sharing-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagar-viradiya%2Finternal-app-sharing-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagar-viradiya%2Finternal-app-sharing-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagar-viradiya","download_url":"https://codeload.github.com/sagar-viradiya/internal-app-sharing-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249740034,"owners_count":21318674,"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":["aab","actions","android","apk","hacktoberfest","internal-app-sharing","play-console"],"created_at":"2025-03-29T10:18:00.088Z","updated_at":"2026-02-21T14:03:15.251Z","avatar_url":"https://github.com/sagar-viradiya.png","language":"TypeScript","funding_links":["https://github.com/sponsors/sagar-viradiya","https://github.com/sponsors/nkshah2","https://github.com/sponsors/jainakshansh"],"categories":[],"sub_categories":[],"readme":"# Internal App Sharing\nGitHub Action to upload aab/apk to Internal App Sharing on Play console.\n\n## Inputs\n\n### `serviceAccountJsonPlainText`\n**Required:** Service account JSON in plain text to authenticate upload request. Note that it should be in the plain text and not in actual JSON file format so we recommend setting it as a GitHub secret and then pass it to input.\n\n### `packageName`\n**Required:** Your application's package name(Application ID).\n\n### `apkFilePath`\nPath to your application's apk file.\n\n### `aabFilePath`\nPath to your application's aab file.\n\n## Outputs\n\n### `downloadUrl`\nThe download URL generated for the uploaded artifact.\n\n### `certificateFingerprint`\nThe SHA256 fingerprint of the certificate used to sign the generated artifact.\n\n### `sha256`\nThe SHA-256 hash of the artifact.\n\n## Sample for uploading aab\n```yml\nuses: sagar-viradiya/internal-app-sharing-action@{latest_version}\nwith:\n  serviceAccountJsonPlainText: ${{ secrets.\u003cyour-github-service-acc-json-secret\u003e }}\n  packageName: \u003cyour-package-name\u003e\n  aabFilePath: \u003cpath-to-aab\u003e\n```\n\n## Sample for uploading apk\n```yml\nuses: sagar-viradiya/internal-app-sharing-action@{latest_version}\nwith:\n  serviceAccountJsonPlainText: ${{ secrets.\u003cyour-github-service-acc-json-secret\u003e }}\n  packageName: \u003cyour-package-name\u003e\n  apkFilePath: \u003cpath-to-apk\u003e\n```\n\n\u003e Action is taking care of deleting the Service Account JSON file it creates internally so that it won't get compromised for any reason :slightly_smiling_face:.\n\n# License\n\n```\nCopyright 2020 Sagar Viradiya\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagar-viradiya%2Finternal-app-sharing-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagar-viradiya%2Finternal-app-sharing-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagar-viradiya%2Finternal-app-sharing-action/lists"}