From 7fa46b4dcbbd2cc5b747dcb964e8882fe24bf597 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 26 Sep 2021 16:32:43 +0200 Subject: [PATCH] fix: add config.DRONE_GITHUB_CLIENT_ID --- values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/values.yaml b/values.yaml index c387837..7526f65 100644 --- a/values.yaml +++ b/values.yaml @@ -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/