fix: add config.DRONE_GITHUB_CLIENT_ID
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2021-09-26 16:32:43 +02:00
parent ca9fe0b88d
commit 7fa46b4dcb
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 6 additions and 0 deletions

View File

@ -183,6 +183,12 @@ config: {}
# https://docs.drone.io/server/reference/drone-github-client-secret/
# DRONE_GITHUB_CLIENT_SECRET: ""
# DRONE_GITHUB_CLIENT_ID
# String value configures the GitHub OAuth client id. This is used to
# authorize access to GitHub on behalf of a Drone user.
# https://docs.drone.io/server/reference/drone-github-client-id/
# DRONE_GITHUB_CLIENT_ID: ""
# DRONE_GITHUB_SCOPE
# String value provides a comma-separated list of OAuth scopes.
# https://docs.drone.io/server/reference/drone-github-scope/