This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-catalog.git
The following commit(s) were added to refs/heads/master by this push:
new 16ea317 invoke.swift and hello.promises also need provide-api-key
(#311)
16ea317 is described below
commit 16ea31700f6d78ef01db78bd3c01a182581e7f43
Author: David Grove <[email protected]>
AuthorDate: Wed Oct 2 11:40:46 2019 -0400
invoke.swift and hello.promises also need provide-api-key (#311)
---
packages/samples/manifest.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/packages/samples/manifest.yaml b/packages/samples/manifest.yaml
index 93cc055..7b79117 100644
--- a/packages/samples/manifest.yaml
+++ b/packages/samples/manifest.yaml
@@ -145,6 +145,7 @@ project:
function: helloPromises/javascript/helloPromises.js
annotations:
description: "Return a hello message as an array of
strings which demonstrates the use of returning a Promise for asynchronous
actions."
+ provide-api-key: true
parameters: [
{
"name": "name",
@@ -173,6 +174,7 @@ project:
function: invoke/swift/invoke.swift
annotations:
description: "Invoke date action and parse date from
the response to display"
+ provide-api-key: true
parameters: []
sampleInput: {}
sampleOutput: "date: 2018-11-13T05:23:04.792Z"