Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix package path.
Add information about Slack scopes.
  • Loading branch information
gchenuet committed Mar 3, 2024
1 parent 812bd52 commit 450b888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/slack-catalog-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the `@seatgeek/backstage-plugin-slack-catalog-backend` package in your b

```shell
# From your Backstage root directory
yarn add --cwd packages/app @seatgeek/backstage-plugin-slack-catalog-backend
yarn add --cwd packages/backend @seatgeek/backstage-plugin-slack-catalog-backend
```

Add the following config to your `app-config.yaml`:
Expand All @@ -19,6 +19,7 @@ Add the following config to your `app-config.yaml`:
slackCatalog:
token: ${SLACK_API_TOKEN_CATALOG}
```
More information about Slack scopes [requirements](https://api.slack.com/scopes/users:read.email).
## Processors
Expand Down

0 comments on commit 450b888

Please sign in to comment.