{"id":13529538,"url":"https://github.com/ShaunLWM/action-release-debugapk","last_synced_at":"2025-04-01T16:31:34.090Z","repository":{"id":35501770,"uuid":"209755526","full_name":"ShaunLWM/action-release-debugapk","owner":"ShaunLWM","description":"🕷 Build and release debug APK from your Android project","archived":true,"fork":false,"pushed_at":"2021-12-27T03:55:31.000Z","size":64,"stargazers_count":66,"open_issues_count":2,"forks_count":59,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-09T23:05:43.581Z","etag":null,"topics":["actions","android","android-app","github-action","github-actions"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/ShaunLWM.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":"2019-09-20T09:34:44.000Z","updated_at":"2024-08-27T19:23:27.000Z","dependencies_parsed_at":"2023-01-05T04:49:38.666Z","dependency_job_id":null,"html_url":"https://github.com/ShaunLWM/action-release-debugapk","commit_stats":{"total_commits":22,"total_committers":4,"mean_commits":5.5,"dds":"0.31818181818181823","last_synced_commit":"d804d8fbf2982783eeffb6fa9e12bf37beb519bd"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-release-debugapk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-release-debugapk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-release-debugapk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-release-debugapk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShaunLWM","download_url":"https://codeload.github.com/ShaunLWM/action-release-debugapk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246670544,"owners_count":20815003,"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":["actions","android","android-app","github-action","github-actions"],"created_at":"2024-08-01T07:00:37.253Z","updated_at":"2025-04-01T16:31:33.812Z","avatar_url":"https://github.com/ShaunLWM.png","language":"Dockerfile","funding_links":[],"categories":["Community Resources","Uncategorized"],"sub_categories":["GitHub Tools and Management","Uncategorized"],"readme":"# action-release-debugapk\n\n![screenshot](screenshot.png)\n\n🕷 Build and release debug APK from your Android project\n\n## Warning ⚠\nAdd a target branch (eg. master) to build the APK to prevent infinite loop (releasing the APK on the release tag will trigger a rerun of the action).\n\n## Usage\n\nTo use the action simply add the following lines to your `.github/workflows/android.yml` and provide the required Secrets and Environment variables.\n\n#### YML\n```\nname: Build \u0026 Publish Debug APK\n\non:\n push:\n  branches:\n   - master\n   \njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v1\n    - name: set up JDK 1.8\n      uses: actions/setup-java@v1\n      with:\n        java-version: 1.8\n    - name: Make Gradle executable\n      run: chmod +x ./gradlew\n    - name: Build with Gradle\n      run: ./gradlew build\n    - name: Build Debug APK\n      run: ./gradlew assembleDebug\n    - name: Releasing using Hub\n      uses: ShaunLWM/action-release-debugapk@master\n      env:\n       GITHUB_TOKEN: ${{ secrets.TOKEN }}\n       APP_FOLDER: app\n       RELEASE_TITLE: New Build\n```\n\n### Secrets\n\nYou'll need to provide this secret token to use the action (for publishing the APK). Enter these secrets in your Settings \u003e Secrets\n\n* **TOKEN**: Create a new [access token](https://github.com/settings/tokens) with `repo` access.\n\nI am unsure as to why using the default `GITHUB_TOKEN` provided universally will fail to authorize the user. This is the only workaround that I'd found.\n\n### Environment Variables\n\nYou'll need to provide these environment variables to specify exactly what information is needed to build the APK.\n\n* **APP_FOLDER**: main folder to search for the apk. Most of the time, it's `app`\n* **RELEASE_TITLE**: title for release\n\n## Credits\n\nBased off [elgohr/Github-Hub-Action](https://github.com/elgohr/Github-Hub-Action)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShaunLWM%2Faction-release-debugapk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShaunLWM%2Faction-release-debugapk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShaunLWM%2Faction-release-debugapk/lists"}