Skip to content

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

License

Notifications You must be signed in to change notification settings

meercodeio/app-center-create-configuration

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3aa4ca · Oct 26, 2020

History

6 Commits
Oct 26, 2020
Oct 26, 2020
Oct 26, 2020
Oct 26, 2020
Oct 26, 2020
Oct 26, 2020
Oct 26, 2020
Oct 26, 2020

Repository files navigation

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/app-center-create-configuration@1.2
with:
  appcenter-token: '${{ secrets.APP_CENTER_TOKEN }}'
  source-branch: 'develop'
  target-branch: 'feature/hello-world'
  project-id: 'meercodeio/hello.ios'

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published