-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Object instead of string #71
Comments
Can you please elaborate what kind of object is it? |
All the properties that needed as secrets for CI Because those secrets need to be in .gitignore, and when including path and run tests on some CI tool it complaints on missing file |
This would be huge for me. I'm having to write the credentials to a file temporarily just to read them for this package instead of just passing a string. I believe most of this work is done here |
Since those credential files can't be included on CI, can parameters for checkInbox(), instead of string(file path) be object with secret properties?
The text was updated successfully, but these errors were encountered: