Skip to content
play

GitHub Action

Create Build configuration for App Center

1.3.0 Latest version

Create Build configuration for App Center

play

Create Build configuration for App Center

This action creates a build configuration from the existing branch config for App Center CI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Create Build configuration for App Center

uses: meercodeio/[email protected]

Learn more about this action in meercodeio/app-center-create-configuration

Choose a version

Creating build configuration for App Center

This action creates a build configuration from the existing branch config for App Center CI

Inputs

appcenter-token

Required Value of your App Center token. https://docs.microsoft.com/en-us/appcenter/api-docs/#creating-an-app-center-app-api-token.

project-id

Required Value of your App Center project id. (org_name/project_name) ex: meercodeio/hello.ios

source-branch

Required Name of your source branch name. (cloneFromBranch) (https://openapi.appcenter.ms/#/build/branchConfigurations_create).

target-branch

Required Name of your target branch name. ex: feature/hello-world

Example usage

uses: meercodeio/[email protected]
with:
  appcenter-token: '${{ secrets.APP_CENTER_TOKEN }}'
  source-branch: 'develop'
  target-branch: 'feature/hello-world'
  project-id: 'meercodeio/hello.ios'