From d4ee0a6da0b81a5deb9f7d02c4ff63055fab59ed Mon Sep 17 00:00:00 2001 From: Ethan Zimbelman Date: Mon, 11 Sep 2023 12:45:22 -0700 Subject: [PATCH 1/2] note that triggers and secrets will need recreation --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca5179b..4ab73e6 100644 --- a/README.md +++ b/README.md @@ -284,10 +284,14 @@ Once development is complete, deploy the app to Slack infrastructure using $ slack deploy ``` -When deploying for the first time, you'll be prompted to -[create a new link trigger](#creating-triggers) for the deployed version of your -app. When that trigger is invoked, the workflow should run just as it did when -developing locally (but without requiring your server to be running). +When deploying for the first time, no triggers or authentication secrets will +exist so you'll be prompted to [create a new link trigger](#creating-triggers). + +Go ahead and create the `triggers/configurator.ts` link trigger when prompted, +then [save the client secret](#save-the-client-secret) for your deployed app. + +When this new trigger is invoked, the workflow should run just as it did when +developing locally (but without requiring your server to be running)! ### Production Maintenance Job From 7b02715c1f561d2ae5a510ce889d5d848a16ef10 Mon Sep 17 00:00:00 2001 From: Ethan Zimbelman Date: Mon, 11 Sep 2023 12:48:57 -0700 Subject: [PATCH 2/2] specify "authentication client secrets" --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ab73e6..60124a0 100644 --- a/README.md +++ b/README.md @@ -284,8 +284,9 @@ Once development is complete, deploy the app to Slack infrastructure using $ slack deploy ``` -When deploying for the first time, no triggers or authentication secrets will -exist so you'll be prompted to [create a new link trigger](#creating-triggers). +When deploying for the first time, no triggers or authentication client secrets +will exist so you'll be prompted to +[create a new link trigger](#creating-triggers). Go ahead and create the `triggers/configurator.ts` link trigger when prompted, then [save the client secret](#save-the-client-secret) for your deployed app.