From 8dc4de4df7589a4755ac517ba6552f2051876a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Polakovi=C4=8D?= Date: Thu, 4 May 2023 10:49:13 +0200 Subject: [PATCH] SIG policy cron job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrik Polakovič --- roles/releng/templates/sig_policy.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/releng/templates/sig_policy.j2 b/roles/releng/templates/sig_policy.j2 index a76756825b..402ec4fee0 100644 --- a/roles/releng/templates/sig_policy.j2 +++ b/roles/releng/templates/sig_policy.j2 @@ -1,4 +1,4 @@ # Runs the `sig_policy.py` script MAILTO=releng-cron@lists.fedoraproject.org -PAGURE_API_TOKEN={{ fesco-sig-policy-src-token }} +PAGURE_API_TOKEN={{ fesco_sig_policy_src_token }} 30 9 * * 1 root TMPDIR=`mktemp -d /tmp/sig_policy` && chmod 755 $TMPDIR && cd $TMPDIR && git clone https://pagure.io/releng.git && cd releng/scripts/fesco/sig-policy && python sig_policy.py