Skip to content

Commit

Permalink
fix(actions): fix mistype slack/teams base url (datahub-project#6754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilb4 authored and szalai1 committed Dec 22, 2022
1 parent ceb7964 commit b35e877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/actions/actions/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ All you need to do is export a few environment variables to activate and configu
| 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 | ❌ | 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_SLACK_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

Expand Down Expand Up @@ -279,4 +279,4 @@ No user action configurations found. Not starting user actions.
[2022-12-04 06:45:27,649] INFO {datahub_actions.cli.actions:119} - Action Pipeline with name 'ingestion_executor' is now running.
...

```
```
2 changes: 1 addition & 1 deletion docs/actions/actions/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Similar to the quickstart scenario, there are no specific software installation
| --- | --- | --- |
| 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 || 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_TEAMS_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
Expand Down

0 comments on commit b35e877

Please sign in to comment.