This is an automated email from the ASF dual-hosted git repository.
japetrsn pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-cloudant.git
The following commit(s) were added to refs/heads/master by this push:
new 472031c Use authKey from action parameters (#196)
472031c is described below
commit 472031c8a5b76c48270b7fa92f1bcc7ec7bae73d
Author: Jason Peterson <[email protected]>
AuthorDate: Thu Feb 21 12:52:30 2019 -0500
Use authKey from action parameters (#196)
---
actions/event-actions/lib/common.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/actions/event-actions/lib/common.js
b/actions/event-actions/lib/common.js
index e5ba69a..f02dc18 100644
--- a/actions/event-actions/lib/common.js
+++ b/actions/event-actions/lib/common.js
@@ -48,7 +48,6 @@ function createWebParams(rawParams) {
delete webparams.apihost;
webparams.triggerName = triggerName;
- webparams.authKey = process.env.__OW_API_KEY;
config.addAdditionalData(webparams);
return webparams;