diff --git a/otc_metadata/templates/build-html-docs.yaml.j2 b/otc_metadata/templates/build-html-docs.yaml.j2
index 728c4e3..a1a468d 100644
--- a/otc_metadata/templates/build-html-docs.yaml.j2
+++ b/otc_metadata/templates/build-html-docs.yaml.j2
@@ -37,6 +37,7 @@ jobs:
repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }}
run_id: ${{ gitea.run_id }}
+ ci_platform: gitea
{%- endraw %}
{%- elif environment == 'public' %}
{% raw -%}
@@ -51,5 +52,6 @@ jobs:
repo: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }}
run_id: ${{ github.run_id }}
+ ci_platform: github
{%- endraw %}
{%- endif %}
\ No newline at end of file
diff --git a/otc_metadata/templates/build-pdf-docs.yaml.j2 b/otc_metadata/templates/build-pdf-docs.yaml.j2
index b683e56..7aa3f1a 100644
--- a/otc_metadata/templates/build-pdf-docs.yaml.j2
+++ b/otc_metadata/templates/build-pdf-docs.yaml.j2
@@ -37,6 +37,7 @@ jobs:
repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }}
run_id: ${{ gitea.run_id }}
+ ci_platform: gitea
{%- endraw %}
{%- elif environment == 'public' %}
{% raw -%}
@@ -51,5 +52,6 @@ jobs:
repo: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }}
run_id: ${{ github.run_id }}
+ ci_platform: github
{%- endraw %}
{%- endif %}
\ No newline at end of file