Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taranvohra authored Jan 5, 2024
1 parent 9bd3b85 commit a7a3c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrations/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Go to the integration folder at `cd integrations/github`. Before you run `publis
- `export GITHUB_CLIENT_ID=client-id-from-settings`
- `export GITHUB_CLIENT_SECRET=client-secret-that-you-noted-down-earlier`
- `export GITHUB_WEBHOOK_SECRET=webhook-secret-that-you-noted-down-earlier`
- `export GITHUB_PRIVATE_KEY=cat ~/Downloads/gitbook-dev-YOURNAME.key` (this is the file that we converted from `.pem` to `.key` earlier. Make sure the file exists at the path)
- ```export GITHUB_PRIVATE_KEY=`cat ~/Downloads/gitbook-dev-YOURNAME.key```
(this is the file that we converted from `.pem` to `.key` earlier. Make sure the file exists at the path)

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

Expand Down

0 comments on commit a7a3c37

Please sign in to comment.