{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}Project secret API key has been deactivated{% endblock %} {% block section %}

The {{ project_name }} project's secret API key {{ label }} with value {{ mask_value }} was publicly exposed. {% if more_info %}{{ more_info }}{% endif %}

To protect your project, this key is no longer valid. Roll the key in project settings to get a new value, then update your systems to use it.

Go to project settings

If the button above doesn't work, paste this link into your browser:
{{ url }}

{% endblock %} {% block preheader %}{{preheader}}{% endblock %}