-
Notifications
You must be signed in to change notification settings - Fork 68
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
【BUG】the setting variable not work #92
Comments
I have the same issue, webhooks does not work with urls include ENVIRONMENT VARIABLES ? |
Notifications don't have access to the environment variables. |
@BanzaiMan thanks for point this out. It seems the document seems not clear enough, and lots of project use environment variables in notifications, like those:
I have 1 more question: if I want to use gitter & docker hub webhooks in notifications, how could I protect my webhook key? or I must write plain text url in travis.yml? --- update |
When I try to use Travis Environment variable which has url in it then it breaks the build. databaseURL = "https://example.com"
|
heyguys,
when I try to use webhook as string it works like this:
but when I try to replace the token
whatthefly
,use
Environment Variables
like this:it doesn't work, I'm sure I have the right setting.
could you tell me what should I do to let it work?
The text was updated successfully, but these errors were encountered: