From 06fc2f589884fa1106df9422cc0c02a559b9d85f Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 18 May 2022 19:01:22 +0200 Subject: [PATCH] renovate: add github token --- flux/cluster/apps/gitops/renovate/external-secret.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flux/cluster/apps/gitops/renovate/external-secret.yaml b/flux/cluster/apps/gitops/renovate/external-secret.yaml index 2b15c74..854c4a8 100644 --- a/flux/cluster/apps/gitops/renovate/external-secret.yaml +++ b/flux/cluster/apps/gitops/renovate/external-secret.yaml @@ -15,3 +15,7 @@ spec: remoteRef: key: gitops/renovate property: gitea_token + - secretKey: GITHUB_COM_TOKEN + remoteRef: + key: gitops/renovate + property: github_token