From 02cb5d2a50df01ecb93fee109dfa363972e5cc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Thu, 20 Jun 2024 17:34:57 +0200 Subject: [PATCH 1/2] docs: fix Slack environment variables names --- docs/actions/actions/slack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/actions/actions/slack.md b/docs/actions/actions/slack.md index 9ff3ec74f51d0f..95ea01acbefbe1 100644 --- a/docs/actions/actions/slack.md +++ b/docs/actions/actions/slack.md @@ -182,7 +182,7 @@ Similar to the quickstart scenario, there are no specific software installation | DATAHUB_ACTIONS_SLACK_SIGNING_SECRET | ✅ | Set to the [Slack Signing Secret](#1-the-signing-secret) that you configured in the pre-requisites step above | | DATAHUB_ACTIONS_SLACK_BOT_TOKEN | ✅ | Set to the [Bot User OAuth Token](#2-the-bot-token) that you configured in the pre-requisites step above | | DATAHUB_ACTIONS_SLACK_CHANNEL | ✅ | Set to the [Slack Channel ID](#3-the-slack-channel) that you want the action to send messages to | -| DATAHUB_ACTIONS_DATAHUB_BASE_URL | ✅| Set to the location where your DataHub UI is running. For example, if your DataHub UI is hosted at "https://datahub.my-company.biz", set this to "https://datahub.my-company.biz"| +| DATAHUB_ACTIONS_SLACK_DATAHUB_BASE_URL | ✅| Set to the location where your DataHub UI is running. For example, if your DataHub UI is hosted at "https://datahub.my-company.biz", set this to "https://datahub.my-company.biz"| #### Bare Metal - CLI or Python-based From b0a8c5c9f4651cd050f038adee9a0daa9429384e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Thu, 20 Jun 2024 17:37:55 +0200 Subject: [PATCH 2/2] docs: fix Teams environment variables names --- docs/actions/actions/teams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/actions/actions/teams.md b/docs/actions/actions/teams.md index c61f472cf36fe0..e7086ac1a1826a 100644 --- a/docs/actions/actions/teams.md +++ b/docs/actions/actions/teams.md @@ -62,7 +62,7 @@ All you need to do is export a few environment variables to activate and configu | --- | --- | --- | | DATAHUB_ACTIONS_TEAMS_ENABLED | ✅ | Set to "true" to enable the Teams action | | DATAHUB_ACTIONS_TEAMS_WEBHOOK_URL | ✅ | Set to the incoming webhook url that you configured in the [pre-requisites step](#prerequisites) above | -| DATAHUB_ACTIONS_DATAHUB_BASE_URL | ❌ | Defaults to "http://localhost:9002". Set to the location where your DataHub UI is running. On a local quickstart this is usually "http://localhost:9002", so you shouldn't need to modify this | +| DATAHUB_ACTIONS_TEAMS_DATAHUB_BASE_URL | ❌ | Defaults to "http://localhost:9002". Set to the location where your DataHub UI is running. On a local quickstart this is usually "http://localhost:9002", so you shouldn't need to modify this | :::note