This patch will add fedora-30 key to bodhi modular pungi config.

diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2
index bb021eb..43c6a7e 100644
--- a/roles/bodhi2/backend/templates/pungi.module.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2
@@ -14,6 +14,8 @@ sigkeys = [
       '9db62fb1',
[% elif release.version_int == 29 %]
       '429476b4',
+[% elif release.version_int == 30 %]
+       'cfc659b9',
[% endif %]
{% if env == "staging" %}
       None

Please +1 this patch to resume the failed f30-modular-updates-testing.

Thanks.