Codemagic
Store QUOLLVAULT_TOKEN in a protected Codemagic variable group and run the CLI after the artifact is produced.
yaml
scripts:
- name: Upload to QuollVault
script: |
quollvault config set api https://api.quollvault.com
quollvault config set app "$QUOLLVAULT_APP_ID"
quollvault config set environment "$QUOLLVAULT_ENVIRONMENT_ID"
quollvault upload ./build/app.apkQuollVault detects Codemagic provenance from standard environment variables.
Common failures
Confirm the variable group is attached to the workflow and the artifact path matches the platform build output. Do not include bearer values in build logs.