From a74e3ca47fa209adaf18e9a61cb3b161cbff9755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 5 May 2023 08:58:18 +0200 Subject: [PATCH] Easyfix: add github token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/easyfix/templates/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/openshift-apps/easyfix/templates/config.toml b/roles/openshift-apps/easyfix/templates/config.toml index 3000888114..77f07f3924 100644 --- a/roles/openshift-apps/easyfix/templates/config.toml +++ b/roles/openshift-apps/easyfix/templates/config.toml @@ -5,3 +5,7 @@ wiki_url = "fedoraproject.org" [cache] backend = "dogpile.cache.null" + +[github] +username = "abompard" +api_key = "{{ easyfix_github_token }}"