# Running your Maestro Flows on GitHub Actions

DevFeed: [Running your Maestro Flows on GitHub Actions](<https://devfeed.tech/articles/running-your-maestro-flows-on-github-actions-22926.md>)

Original publisher: [Read original article](<https://maestro.dev/blog/running-your-maestro-flows-on-github-actions>)

Author: Leland Takamine

Published: 2022-12-15T08:00:00Z

Content type: tutorial

Language: en

Sources: [mobile.dev - Medium](<https://devfeed.tech/sources/mobile-dev-medium.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [ci](<https://devfeed.tech/topics/ci.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [ci](<https://devfeed.tech/tags/ci.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [github-action](<https://devfeed.tech/tags/github-action.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [maestro](<https://devfeed.tech/tags/maestro.md>), [repo](<https://devfeed.tech/tags/repo.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [workflow](<https://devfeed.tech/tags/workflow.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

A tutorial explaining how to run Maestro Flows in CI with GitHub Actions. It covers creating a Maestro Cloud account, storing the API key as a GitHub repository secret, committing Flow files, and updating workflows for Android and iOS.

## Source excerpt

Maestro is compatible with all CI systems and provides native integrations with a number of common providers including GitHub Actions. You can start running your Flows in CI wit...