You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/10/02 15:40:51 UTC

[openwhisk-catalog] branch master updated: invoke.swift and hello.promises also need provide-api-key (#311)

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 <dg...@users.noreply.github.com>
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"