Can I override CI Environment Variable via Bitrise API?
I saw Bitrise Swagger API Document, I couldn’t find how to override Environemnt Variables, except POST: /apps/{app-slug}/bitrise.yml.
But our bitrise.yml is very huge file so it’s difficult to post after converting bitrise.yml into one string value.
If you have some solutions, can you tell me the solutions?
Apple started 2FA mandatory and so we have changed to use AppStoreConnectAPI instead of FASTLANE_SESSION.
FASTLANE_SESSION is required for some(e.g.AppStoreConnectAPI doesn’t support upload / download dsyms fastlane actions.)
Now, I change FASTLANE_SESSION manually on Bitrise, but I wanna change it through using Bitrise API