LAUNCHABLE_TOKEN
environment variable in your CI process. How you do this depends on your CI system:launchable verify || true
to your CI script to verify connectivity. If successful, you should receive an output such as:|| true
so that the exit status from the command is always 0
.