Skip to content

Commit 16e774b

Browse files
authored
Update README.md for github integration (#636)
Update README.md
1 parent dddf06e commit 16e774b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

integrations/github/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ Go to the integration folder at `cd integrations/github`. Before you run `publis
1212
- `export GITHUB_CLIENT_ID=client-id-from-settings`
1313
- `export GITHUB_CLIENT_SECRET=client-secret-that-you-noted-down-earlier`
1414
- `export GITHUB_WEBHOOK_SECRET=webhook-secret-that-you-noted-down-earlier`
15-
- ```export GITHUB_PRIVATE_KEY=`cat ~/Downloads/gitbook-dev-YOURNAME.key```
15+
- ``export GITHUB_PRIVATE_KEY=`cat ~/Downloads/gitbook-dev-YOURNAME.key``\`
16+
1617
(this is the file that we converted from `.pem` to `.key` earlier. Make sure the file exists at the path)
1718

1819
Once you've exported these `env` variables, it's time to run the `publish` script:
1920

2021
`gitbook publish --organization orgId` where `orgId` will be the ID of your personal organization in your dev environment under which this integration should be published.
22+
23+
> [!IMPORTANT]
24+
> Make sure to verify the published integration by storing `verified: true` on the integration object in the DB.

0 commit comments

Comments
 (0)