Skip to content

Commit c95d180

Browse files
committed
README: Add a missing section about personal access token
1 parent 6db1ddd commit c95d180

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ $ git clone https://github.com/toricls/github-codebuild-integration.git
109109
$ cd $(pwd)/github-codebuild-integration
110110
```
111111

112+
#### Create GitHub Personal Access Token
113+
114+
Open [New personal access token](https://github.com/settings/tokens/new) page and create one for github-codebuild-integration's installation.
115+
116+
Input token description like `codebuild-YOUR_REPO_NAME` and enable `admin:repo_hook` and `repo:status` as scopes, then click the `Generate token` button.
117+
118+
Copy the personal access token value and proceed to the next section, "Configure parameters".
119+
112120
#### Configure parameters
113121

114122
Copy example configuration file and edit it to configure paramters for your GitHub repository.

0 commit comments

Comments
 (0)