{"id":47816554,"url":"https://github.com/rudrankriyam/steps-setup-asc","last_synced_at":"2026-04-03T18:44:06.447Z","repository":{"id":339875200,"uuid":"1163433655","full_name":"rudrankriyam/steps-setup-asc","owner":"rudrankriyam","description":"Official Bitrise Step to install and run asc (App Store Connect CLI) for iOS, TestFlight, and App Store Connect CI/CD automation.","archived":false,"fork":false,"pushed_at":"2026-02-22T01:20:42.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T17:04:11.809Z","etag":null,"topics":["app-store-connect","app-store-connect-api","app-store-connect-cli","apple-developer","automation","bitrise","bitrise-step","ci-cd","ios","mobile-devops","testflight"],"latest_commit_sha":null,"homepage":"https://asccli.sh/","language":"Shell","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/rudrankriyam.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-21T16:20:13.000Z","updated_at":"2026-02-22T01:20:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rudrankriyam/steps-setup-asc","commit_stats":null,"previous_names":["rudrankriyam/steps-setup-asc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rudrankriyam/steps-setup-asc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrankriyam%2Fsteps-setup-asc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrankriyam%2Fsteps-setup-asc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrankriyam%2Fsteps-setup-asc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrankriyam%2Fsteps-setup-asc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudrankriyam","download_url":"https://codeload.github.com/rudrankriyam/steps-setup-asc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrankriyam%2Fsteps-setup-asc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31370203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["app-store-connect","app-store-connect-api","app-store-connect-cli","apple-developer","automation","bitrise","bitrise-step","ci-cd","ios","mobile-devops","testflight"],"created_at":"2026-04-03T18:44:02.161Z","updated_at":"2026-04-03T18:44:06.440Z","avatar_url":"https://github.com/rudrankriyam.png","language":"Shell","readme":"# Setup asc CLI (Bitrise Step)\n\n[![CI](https://github.com/rudrankriyam/steps-setup-asc/actions/workflows/ci.yml/badge.svg)](https://github.com/rudrankriyam/steps-setup-asc/actions/workflows/ci.yml)\n[![Bitrise Step](https://img.shields.io/badge/Bitrise-Step-6A5ACD)](https://www.bitrise.io/integrations/steps/setup-asc)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\nOfficial Bitrise Step for installing and running\n[`asc`](https://github.com/rudrankriyam/App-Store-Connect-CLI), the App Store\nConnect CLI.\n\n## Step ID\n\n- `setup-asc`\n\n## Why use this step\n\n- Install `asc` from GitHub Releases (`latest` or pinned versions)\n- Verify release checksum before installing\n- Run `asc` commands in the same step when needed\n- Export common `ASC_*` auth variables for CI execution\n- Works in Linux and macOS Bitrise environments\n\n## Modes\n\n- `mode=install`\n  - installs `asc` only\n  - exports `ASC_CLI_PATH` and `ASC_CLI_VERSION`\n- `mode=run`\n  - installs `asc`, optionally exports auth/runtime `ASC_*` environment\n    variables, and runs the provided command\n  - exports `ASC_COMMAND_EXIT_CODE`\n\n## Quick start\n\nInstall only:\n\n```yaml\nworkflows:\n  primary:\n    steps:\n      - setup-asc:\n          inputs:\n            - mode: install\n            - version: latest\n      - script:\n          inputs:\n            - content: |-\n                #!/usr/bin/env bash\n                set -euo pipefail\n                \"${ASC_CLI_PATH}\" --help\n```\n\nInstall and run:\n\n```yaml\nworkflows:\n  primary:\n    steps:\n      - setup-asc:\n          inputs:\n            - mode: run\n            - version: latest\n            - command: asc --help\n```\n\nRun with App Store Connect auth:\n\n```yaml\nworkflows:\n  primary:\n    steps:\n      - setup-asc:\n          inputs:\n            - mode: run\n            - version: latest\n            - key_id: $ASC_KEY_ID\n            - issuer_id: $ASC_ISSUER_ID\n            - private_key_b64: $ASC_PRIVATE_KEY_B64\n            - bypass_keychain: \"yes\"\n            - command: asc apps list --output json\n```\n\n## Security notes\n\n- Store credentials in Bitrise Secret Env Vars\n- Sensitive inputs are marked as `is_sensitive` in `step.yml`\n- Prefer `private_key_path` or `private_key_b64` over inline private key content\n\n## Useful links\n\n- asc CLI repository: https://github.com/rudrankriyam/App-Store-Connect-CLI\n- asc docs: https://asccli.sh/\n- Bitrise Step docs: https://docs.bitrise.io/en/steps-and-workflows/introduction-to-steps.html\n\n## Local validation\n\n```bash\nstepman audit --step-yml ./step.yml\nbitrise run audit-this-step\nbitrise run test-install\nbitrise run test-run-help\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudrankriyam%2Fsteps-setup-asc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudrankriyam%2Fsteps-setup-asc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudrankriyam%2Fsteps-setup-asc/lists"}