From b90f6d5b2d2e782a34cb9d0523db83aa84239ed0 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Fri, 19 Mar 2021 10:38:33 -0700 Subject: [PATCH] examples: clarify react-netlify instructions Signed-off-by: Andrea Luzzardi --- examples/react-netlify/main.cue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/react-netlify/main.cue b/examples/react-netlify/main.cue index df4d2549..f925acd6 100644 --- a/examples/react-netlify/main.cue +++ b/examples/react-netlify/main.cue @@ -13,7 +13,11 @@ repository: git.#Repository & { todoApp: netlify.#Site & { account: { - token: string // Fill using --input-string todoApp.account.token=XXX + // Create an API token in your Netlify account settings + // https://app.netlify.com/user/applications/personal + // + // Fill using --input-string todoApp.account.token=XXX + token: string } name: "dagger-example-react-netlify"