We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SendGrid API key has a unique format. Thus it can be detected through regex.
SG\.[a-zA-Z0-9_-]{22}\.[a-zA-Z0-9_-]{43}'
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
The text was updated successfully, but these errors were encountered:
Bump version to 0.13.1+ibm.42.dss (Yelp#462)
c58f5e3
* fix: GitHub Travis build * Bump version to 0.13.1+ibm.42.dss
No branches or pull requests
SendGrid API key has a unique format. Thus it can be detected through regex.
SG\.[a-zA-Z0-9_-]{22}\.[a-zA-Z0-9_-]{43}'
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
The text was updated successfully, but these errors were encountered: