-
Notifications
You must be signed in to change notification settings - Fork 24
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 ENV or input password as a alternative to prompt #7
Comments
@tkohout Edit: I see, that you try to get the pwd from the keychain in manager.rb, my keychain is locked with another password, perhaps that is the cause... |
It might’ve been good to add an option for env variable, unfortunately i won’t be able to contribute to the project in the near future. Have a look at the unlock_keychain action (https://docs.fastlane.tools/actions/unlock_keychain/) |
@anh1979 I fixed this in my fork, and I'm currently using it with GitLab. If you want you can use it: |
It would be nice to be able to pass the firebase password on non-interactive enviroments. For example:
Or, even better if we could set a
.env
variable, for exampleENV['FASTLANE_FIREBASE_PASSWORD']
, and the code checks if it's defined before prompting the user to insert the password.The text was updated successfully, but these errors were encountered: