diff --git a/otc_metadata/templates/build-html-docs.yaml.j2 b/otc_metadata/templates/build-html-docs.yaml.j2
index 8603f14..ebd6bbc 100644
--- a/otc_metadata/templates/build-html-docs.yaml.j2
+++ b/otc_metadata/templates/build-html-docs.yaml.j2
@@ -16,6 +16,7 @@ jobs:
docs_path: "doc/build/html"
docs_service: {{ service_uri }}
swift_container: "gitea_action_logs"
+ {% raw -%}
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
@@ -25,4 +26,5 @@ jobs:
gitea_server_url: ${{ gitea.server_url }}
repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }}
- run_id: ${{ gitea.run_id }}
\ No newline at end of file
+ run_id: ${{ gitea.run_id }}
+ {%- endraw %}
\ 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 476376c..472c8ef 100644
--- a/otc_metadata/templates/build-pdf-docs.yaml.j2
+++ b/otc_metadata/templates/build-pdf-docs.yaml.j2
@@ -16,6 +16,7 @@ jobs:
docs_path: "doc/build/pdf"
docs_service: {{ service_uri }}
swift_container: "gitea_action_logs"
+ {% raw -%}
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
@@ -25,4 +26,5 @@ jobs:
gitea_server_url: ${{ gitea.server_url }}
repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }}
- run_id: ${{ gitea.run_id }}
\ No newline at end of file
+ run_id: ${{ gitea.run_id }}
+ {%- endraw %}
\ No newline at end of file