@mudlab/create-workflow 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/.env.example +1 -1
- package/template/README.md +2 -2
package/package.json
CHANGED
package/template/.env.example
CHANGED
|
@@ -15,7 +15,7 @@ MUDLAB_API_KEY=your_mudlab_api_key_here
|
|
|
15
15
|
#
|
|
16
16
|
# FOR PRODUCTION: Add these in Mudlab UI instead:
|
|
17
17
|
# 1. Log into https://mudlab.io
|
|
18
|
-
# 2. Click "
|
|
18
|
+
# 2. Click "Env Variables" in the left sidebar (below API Keys)
|
|
19
19
|
# 3. Add your variables there
|
|
20
20
|
#
|
|
21
21
|
# The variable NAMES you define here should match what you add in Mudlab.
|
package/template/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Automated workflows powered by [Mudlab](https://mudlab.io).
|
|
|
27
27
|
RESEND_API_KEY=your_resend_api_key
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
##
|
|
30
|
+
## Env Variables
|
|
31
31
|
|
|
32
32
|
Your workflows reference environment variable **names** (like `NOTION_API_KEY`). The actual values are stored in two places:
|
|
33
33
|
|
|
@@ -38,7 +38,7 @@ Your workflows reference environment variable **names** (like `NOTION_API_KEY`).
|
|
|
38
38
|
|
|
39
39
|
**To add production keys in Mudlab:**
|
|
40
40
|
1. Log into [Mudlab](https://mudlab.io)
|
|
41
|
-
2. Click **
|
|
41
|
+
2. Click **Env Variables** in the left sidebar (below API Keys)
|
|
42
42
|
3. Add your variables (use the same names as in your workflow definitions)
|
|
43
43
|
|
|
44
44
|
## Creating Workflows
|