I am using Fastlane-Pilot to upload builds to iTunesConnect.
I add required Fastlane environment variables:
- FASTLANE_PASSWORD
- PILOT_USERNAME
to CircleCI's Environment Variables (https://circleci.com/gh/:your-name/edit#env-vars).
However Pilot command fails with "Invalid user credentials" error.
And when I use the same password in my local machine, it succeeds.