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"