GitHub Action
Create Build configuration for App Center
1.3.0
Latest version
This action creates a build configuration from the existing branch config for App Center CI
Required Value of your App Center token. https://docs.microsoft.com/en-us/appcenter/api-docs/#creating-an-app-center-app-api-token.
Required Value of your App Center project id. (org_name/project_name) ex: meercodeio/hello.ios
Required Name of your source branch name. (cloneFromBranch) (https://openapi.appcenter.ms/#/build/branchConfigurations_create).
Required Name of your target branch name. ex: feature/hello-world
uses: meercodeio/[email protected]
with:
appcenter-token: '${{ secrets.APP_CENTER_TOKEN }}'
source-branch: 'develop'
target-branch: 'feature/hello-world'
project-id: 'meercodeio/hello.ios'