A drop-in replacement for the Maestro Cloud Action. Run your Maestro flows on devicecloud.dev to save money and access extra features.
- uses: devicecloud-dev/device-cloud-for-maestro@v2
with:
api-key: ${{ secrets.DCD_API_KEY }}
app-file: <path_to_your_app_file>Full documentation including all inputs, outputs, and usage examples is available at:
docs.devicecloud.dev/ci-cd/github-actions
Replace the uses line in your workflow:
# Before
- uses: mobile-dev-inc/action-maestro-cloud@v2
# After
- uses: devicecloud-dev/device-cloud-for-maestro@v2All inputs are compatible. Update your API key secret from MCLOUD_API_KEY to DCD_API_KEY (or any name you choose).