-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use S3 for fastlane match #12692
Use S3 for fastlane match #12692
Conversation
📲 You can test the changes from this Pull Request in WooCommerce iOS by scanning the QR code below to install the corresponding build.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think of taking the chance to:
- Remove
Matchfile
- Use
app_store_connect_api_key
like in Pocket Casts Desktop
Of course, those are "refactors" as they don't change the behavior. Approving to unblock.
secrets_directory = File.join(Dir.home, '.configure', 'woocommerce-ios', 'secrets') | ||
google_cloud_keys_file(File.join(secrets_directory, 'google_cloud_keys.json')) | ||
storage_mode('s3') | ||
s3_bucket('a8c-fastlane-match') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to add s3_region
to address a runtime warning. See Automattic/simplenote-macos#1150 (comment)
s3_bucket('a8c-fastlane-match') | |
s3_bucket('a8c-fastlane-match') | |
s3_region('us-east-2') |
@mokagio Thanks for the review. I'll focus on the fastlane match repo migration for now 🙂 |
What says in the title.
You can verify this change by running
bundle exec fastlane ios alpha_code_signing && bundle exec fastlane ios appstore_code_signing
locally.