-
Notifications
You must be signed in to change notification settings - Fork 12
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
[#454] Use appStoreConnectApiKey() for fastlane match #540
Conversation
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.
Nice work 👍
72545b1
to
0525f8a
Compare
0525f8a
to
dd1965a
Compare
fastlane/Helpers/Match.swift
Outdated
@@ -27,6 +27,7 @@ enum Match { | |||
type: type.match, | |||
readonly: .userDefined(!isForce), | |||
appIdentifier: [environment.bundleId], | |||
apiKey: .userDefined(Constant.apiKey), |
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.
I think we do not recommend to use apiKey for match like that. Or in case we must do it, please check isForce
too
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.
I added checking isForce
at a3d7e1f 🙏
What happened 👀
Insight 📝
Proof Of Work 📹
Before:
After: no need to ask for login using username and password