Skip to content

Commit

Permalink
Update connect-github.md (#3732)
Browse files Browse the repository at this point in the history
Adds the "webhooks" permission to match the updated July changes, and
reformats the layout to make it more clear that there are 7 permissions
required.

## What are you changing in this pull request and why?
Adds the "webhooks" permission to match the updated July changes, and
reformats the layout to make it more clear that there are 7 permissions
required.

This follows on a customer session where this clarity was needed.

## Checklist
<!--
Uncomment if you're publishing docs for a prerelease version of dbt
(delete if not applicable):
- [ ] Add versioning components, as described in [Versioning
Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages)
- [ ] Add a note to the prerelease version [Migration
Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/guides/migration/versions)
-->
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [ x] Add a checklist item for anything that needs to happen before
this PR is merged, such as "needs technical review" or "change base
branch."
  • Loading branch information
mirnawong1 authored Jul 13, 2023
2 parents 8a7d1a7 + 803dfa6 commit ebba69c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/docs/docs/cloud/git/connect-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ To connect your dbt Cloud account to your GitHub account:

5. Assign the dbt Cloud GitHub App the following permissions:
- Read access to metadata
- Read and write access to checks, code, commit statuses, pull requests, and workflows
- Read and write access to Checks
- Read and write access to Commit statuses
- Read and write access to Contents (Code)
- Read and write access to Pull requests
- Read and write access to Webhooks
- Read and write access to Workflows

6. Once you grant access to the app, you will be redirected back to dbt Cloud and shown a linked account success state. You are now personally authenticated.
7. Ask your team members to [personally authenticate](/docs/cloud/git/connect-github#personally-authenticate-with-github) by connecting their GitHub profiles.
Expand Down

0 comments on commit ebba69c

Please sign in to comment.