{"id":21046037,"url":"https://github.com/tlaster/android-sign","last_synced_at":"2025-05-15T18:31:01.416Z","repository":{"id":36969266,"uuid":"314149342","full_name":"Tlaster/android-sign","owner":"Tlaster","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-04T13:40:59.000Z","size":1735,"stargazers_count":28,"open_issues_count":23,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-04T14:45:58.794Z","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/Tlaster.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":"2020-11-19T05:50:41.000Z","updated_at":"2024-10-21T00:33:01.000Z","dependencies_parsed_at":"2024-06-19T00:05:53.221Z","dependency_job_id":"6614521d-7cd1-470d-88c5-20cd49abe6e0","html_url":"https://github.com/Tlaster/android-sign","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"1c5bf4b2fa309acb0c0ae0bf9379ab458f14d5b1"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tlaster%2Fandroid-sign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tlaster%2Fandroid-sign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tlaster%2Fandroid-sign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tlaster%2Fandroid-sign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tlaster","download_url":"https://codeload.github.com/Tlaster/android-sign/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225368023,"owners_count":17463336,"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-19T14:27:47.765Z","updated_at":"2024-11-19T14:27:48.422Z","avatar_url":"https://github.com/Tlaster.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sign Android Release Action\n\nInspired by https://github.com/r0adkll/sign-android-release  \nThis action will help you sign an Android `.apk` or `.aab` (Android App Bundle) file for release.\n\n## Inputs\n\n### `releaseDirectory`\n\n**Required:** The relative directory path in your project where your Android release file will be located, **it can be an array**.\n\n### `signingKeyBase64`\n\n**Required:** The base64 encoded signing key used to sign your app\n\nThis action will directly decode this input to a file to sign your release with. You can prepare your key by running this command on *nix systems.\n\n```bash\nopenssl base64 \u003c some_signing_key.jks | tr -d '\\n' | tee some_signing_key.jks.base64.txt\n```\nThen copy the contents of the `.txt` file to your GH secrets\n\n### `alias`\n\n**Required:** The alias of your signing key \n\n### `keyStorePassword`\n\n**Required:** The password to your signing keystore\n\n### `keyPassword`\n\n**Optional:** The private key password for your signing keystore\n\n### `buildDirectory`\n\n**Optional:** The working directory for action, default to `build`\n\n### `output`\n\n**Optional:** The output directory for sign, default to `build/signed`\n\n## ENV: `BUILD_TOOLS_VERSION`\n\n**Optional:** You can manually specify a version of build-tools to use. We use `30.0.2` by default.\n\n## Example usage\n\n```yaml\nsteps:\n  # ...\n\n  - uses: Tlaster/android-sign@v1\n    name: Sign app APK\n    with:\n      releaseDirectory: |\n        app/build/outputs/apk/release\n        app/build/outputs/bundle/release\n      signingKeyBase64: ${{ secrets.SIGNING_KEY }}\n      output: build/release/signed\n      alias: ${{ secrets.ALIAS }}\n      keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}\n      keyPassword: ${{ secrets.KEY_PASSWORD }}\n    env:\n      BUILD_TOOLS_VERSION: \"30.0.2\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlaster%2Fandroid-sign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlaster%2Fandroid-sign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlaster%2Fandroid-sign/lists"}