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-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fb9baa  Use authKey from action parameters (#176)
0fb9baa is described below

commit 0fb9baa5ef1c5f07091ba755f1bfe44a4af31abf
Author: Jason Peterson <[email protected]>
AuthorDate: Thu Feb 21 12:52:15 2019 -0500

    Use authKey from action parameters (#176)
---
 action/lib/common.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/action/lib/common.js b/action/lib/common.js
index b24e5dd..9f98fbe 100644
--- a/action/lib/common.js
+++ b/action/lib/common.js
@@ -50,7 +50,6 @@ function createWebParams(rawParams) {
     delete webparams.apihost;
 
     webparams.triggerName = triggerName;
-    webparams.authKey = process.env.__OW_API_KEY;
     config.addAdditionalData(webparams);
 
     return webparams;

Reply via email to