-
Notifications
You must be signed in to change notification settings - Fork 26
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
Updates #64
Conversation
@@ -293,13 +293,13 @@ func configFromEnv(vargs *GAE, workspace *string) error { | |||
func validateVargs(vargs *GAE) error { | |||
|
|||
if vargs.Token == "" { | |||
return fmt.Errorf("missing required param: token") | |||
return fmt.Errorf("missing required credentials: GAE_CREDENTIALS or param token") |
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.
Is the plugin looking for a TOKEN
or PLUGIN_TOKEN
?
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.
No, this plugin is looking for GAE_CREDENTIALS
. I know, it's not the same. Maybe future improvement can look for multiple but the way it is written now it doesn't.
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 was referring more to the error message where it says GAE_CREDENTIALS or param token
We can tag a |
No description provided.