Managing Secrets
maestro cloud \
--api-key <apiKey>
--project-id <projectId>
-e USERNAME=$TEST_USERNAME \
-e PASSWORD=$TEST_PASSWORD \
<appFile> .maestro/- uses: mobile-dev-inc/action-maestro-cloud@v1
with:
api-key: ${{ secrets.MOBILE_DEV_API_KEY }}
app-file: <path to APK or iOS Simulator build>
env: |
USERNAME=${{ secrets.TEST_USERNAME }}
PASSWORD=${{ secrets.TEST_PASSWORD }}Using variables in your flows
appId: your.app.id
---
- launchApp
- inputText: ${USERNAME}
- tapOn: Next
- inputText: ${PASSWORD}Last updated
Was this helpful?
