[PR #719] [CLOSED] feat(ci): scaffold setup-asc Bitrise step and CI validation #736

Closed
opened 2026-02-26 22:32:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/719
Author: @rudrankriyam
Created: 2/21/2026
Status: Closed

Base: mainHead: feat/bitrise-setup-asc-step


📝 Commits (1)

  • deace52 feat(ci): scaffold setup-asc Bitrise step and CI validation

📊 Changes

6 files changed (+716 additions, -0 deletions)

View changed files

.github/workflows/bitrise-step-setup-asc.yml (+65 -0)
docs/ci/bitrise-step-checklist.md (+64 -0)
integrations/bitrise/steps-setup-asc/README.md (+59 -0)
integrations/bitrise/steps-setup-asc/bitrise.yml (+53 -0)
integrations/bitrise/steps-setup-asc/step.sh (+329 -0)
integrations/bitrise/steps-setup-asc/step.yml (+146 -0)

📄 Description

Summary

  • add a first-pass setup-asc Bitrise step prototype under integrations/bitrise/steps-setup-asc with install and run modes, secure optional auth inputs, and checksum-verified release installs
  • add local validation workflows (audit-this-step, test-install, test-run-help) and a concrete implementation checklist in docs/ci/bitrise-step-checklist.md
  • add a GitHub Actions matrix workflow to validate the Bitrise step behavior on both macOS and Linux

Test plan

  • stepman audit --step-yml ./step.yml (from integrations/bitrise/steps-setup-asc)
  • bitrise run audit-this-step
  • bitrise run test-install
  • bitrise run test-run-help
  • Verify GitHub Actions matrix passes on ubuntu-latest and macos-latest

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/719 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/bitrise-setup-asc-step` --- ### 📝 Commits (1) - [`deace52`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/deace52b983f124b021421358bf9f839aee926e2) feat(ci): scaffold setup-asc Bitrise step and CI validation ### 📊 Changes **6 files changed** (+716 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/bitrise-step-setup-asc.yml` (+65 -0) ➕ `docs/ci/bitrise-step-checklist.md` (+64 -0) ➕ `integrations/bitrise/steps-setup-asc/README.md` (+59 -0) ➕ `integrations/bitrise/steps-setup-asc/bitrise.yml` (+53 -0) ➕ `integrations/bitrise/steps-setup-asc/step.sh` (+329 -0) ➕ `integrations/bitrise/steps-setup-asc/step.yml` (+146 -0) </details> ### 📄 Description ## Summary - add a first-pass `setup-asc` Bitrise step prototype under `integrations/bitrise/steps-setup-asc` with `install` and `run` modes, secure optional auth inputs, and checksum-verified release installs - add local validation workflows (`audit-this-step`, `test-install`, `test-run-help`) and a concrete implementation checklist in `docs/ci/bitrise-step-checklist.md` - add a GitHub Actions matrix workflow to validate the Bitrise step behavior on both macOS and Linux ## Test plan - [x] `stepman audit --step-yml ./step.yml` (from `integrations/bitrise/steps-setup-asc`) - [x] `bitrise run audit-this-step` - [x] `bitrise run test-install` - [x] `bitrise run test-run-help` - [ ] Verify GitHub Actions matrix passes on `ubuntu-latest` and `macos-latest` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:32:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#736
No description provided.