Skip to content

Commit 76c1f2c

Browse files
erica-airbyterodireich
authored andcommitted
Update github.md (#14544)
1 parent 48f41b9 commit 76c1f2c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/integrations/sources/github.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ This page contains the setup guide and reference information for the GitHub sour
77
* Branch (Optional)
88
* Page size for large streams (Optional)
99

10-
For Airbyte Cloud:
11-
* Access Token
10+
**For Airbyte Cloud:**
11+
12+
* Personal Access Token (see [Permissions and scopes](https://docs.airbyte.com/integrations/sources/github#permissions-and-scopes))
13+
* OAuth
14+
15+
**For Airbyte OSS:**
1216

13-
For Airbyte OSS:
14-
* Personal Access Token
17+
* Personal Access Token (see [Permissions and scopes](https://docs.airbyte.com/integrations/sources/github#permissions-and-scopes))
1518

1619
## Setup guide
1720
### Step 1: Set up GitHub
@@ -28,7 +31,7 @@ Log into [GitHub](https://github.com) and then generate a [personal access token
2831
1. [Log into your Airbyte Cloud](https://cloud.airbyte.io/workspaces) account.
2932
2. In the left navigation bar, click **Sources**. In the top-right corner, click **+ new source**.
3033
3. On the source setup page, select **GitHub** from the Source type dropdown and enter a name for this connector.
31-
4. Click `Authenticate your GitHub account`.
34+
4. Click `Authenticate your GitHub account` by selecting Oauth or Personal Access Token for Authentication.
3235
5. Log in and Authorize to the GitHub account.
3336
6. **Start date** - The date from which you'd like to replicate data for streams: `comments`, `commit_comment_reactions`, `commit_comments`, `commits`, `deployments`, `events`, `issue_comment_reactions`, `issue_events`, `issue_milestones`, `issue_reactions`, `issues`, `project_cards`, `project_columns`, `projects`, `pull_request_comment_reactions`, `pull_requests`, `pull_requeststats`, `releases`, `review_comments`, `reviews`, `stargazers`, `workflow_runs`, `workflows`.
3437
7. **GitHub Repositories** - Space-delimited list of GitHub organizations/repositories, e.g. `airbytehq/airbyte` for single repository, `airbytehq/airbyte airbytehq/another-repo` for multiple repositories. If you want to specify the organization to receive data from all its repositories, then you should specify it according to the following example: `airbytehq/*`.

0 commit comments

Comments
 (0)