fixing a small typo in the compose readme. (#3077)

* fixing a small typo in the compose readme. ClientId is repeated, should be client secret
This commit is contained in:
Eoin McAfee 2021-05-04 10:59:47 +01:00 committed by GitHub
parent ca45459402
commit 0d95c459da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ Forwarding http://c834c33asdde.ngrok.io -> http://localhost:8080
``` bash
DRONE_SERVER_PROXY_HOST=${DRONE_SERVER_PROXY_HOST} # taken from Ngrok
DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} # taken from your Github oauth application
DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} # taken from your Github oauth application
DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET} # taken from your Github oauth application
```
NB for `DRONE_SERVER_PROXY_HOST` do not include http/https.