From 160329119d21861ae96ee0625418f2ef8f84224a Mon Sep 17 00:00:00 2001 From: William O'Mullane Date: Wed, 13 Nov 2024 18:18:41 -0300 Subject: [PATCH] added ZEPHYR_TOKEN to test report --- project_templates/technote_md/testn-000/technote.toml | 2 +- project_templates/technote_rst/testn-000/technote.toml | 2 +- .../TESTTR-0/.github/workflows/docgen_from_Jira.yaml | 1 + .../.github/workflows/docgen_from_Jira.yaml | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/project_templates/technote_md/testn-000/technote.toml b/project_templates/technote_md/testn-000/technote.toml index 2b7e624b..6e661b53 100644 --- a/project_templates/technote_md/testn-000/technote.toml +++ b/project_templates/technote_md/testn-000/technote.toml @@ -4,7 +4,7 @@ series_id = "TESTN" canonical_url = "https://testn-000.lsst.io" github_url = "https://github.com/lsst/testn-000" github_default_branch = "main" -date_created = 2024-10-31T19:12:02Z +date_created = 2024-11-13T21:18:19Z organization.name = "Vera C. Rubin Observatory" organization.ror = "https://ror.org/048g3cy84" license.id = "CC-BY-4.0" diff --git a/project_templates/technote_rst/testn-000/technote.toml b/project_templates/technote_rst/testn-000/technote.toml index faa5cfcb..0187a493 100644 --- a/project_templates/technote_rst/testn-000/technote.toml +++ b/project_templates/technote_rst/testn-000/technote.toml @@ -4,7 +4,7 @@ series_id = "TESTN" canonical_url = "https://testn-000.lsst.io" github_url = "https://github.com/lsst/testn-000" github_default_branch = "main" -date_created = 2024-10-31T19:12:02Z +date_created = 2024-11-13T21:18:19Z organization.name = "Vera C. Rubin Observatory" organization.ror = "https://ror.org/048g3cy84" license.id = "CC-BY-4.0" diff --git a/project_templates/test_report/TESTTR-0/.github/workflows/docgen_from_Jira.yaml b/project_templates/test_report/TESTTR-0/.github/workflows/docgen_from_Jira.yaml index 1dc6be81..07a0dc2d 100644 --- a/project_templates/test_report/TESTTR-0/.github/workflows/docgen_from_Jira.yaml +++ b/project_templates/test_report/TESTTR-0/.github/workflows/docgen_from_Jira.yaml @@ -30,6 +30,7 @@ jobs: env: JIRA_USER: ${{ secrets.JIRA_USER }} JIRA_PASSWORD: ${{ secrets.JIRA_PASSWORD }} + ZEPHYR_TOKEN: ${{ secrets.ZEPHYR_TOKEN }} run: | source ${CONDA}/bin/activate docsteady-env docsteady --namespace DM generate-tpr LVV-P73 TESTTR-0.tex diff --git a/project_templates/test_report/{{cookiecutter.series.upper()}}-{{cookiecutter.serial_number}}/.github/workflows/docgen_from_Jira.yaml b/project_templates/test_report/{{cookiecutter.series.upper()}}-{{cookiecutter.serial_number}}/.github/workflows/docgen_from_Jira.yaml index 64b17c78..d1b76765 100644 --- a/project_templates/test_report/{{cookiecutter.series.upper()}}-{{cookiecutter.serial_number}}/.github/workflows/docgen_from_Jira.yaml +++ b/project_templates/test_report/{{cookiecutter.series.upper()}}-{{cookiecutter.serial_number}}/.github/workflows/docgen_from_Jira.yaml @@ -30,6 +30,7 @@ jobs: env: JIRA_USER: {% raw %}${{ secrets.JIRA_USER }}{% endraw %} JIRA_PASSWORD: {% raw %}${{ secrets.JIRA_PASSWORD }}{% endraw %} + ZEPHYR_TOKEN: {% raw %}${{ secrets.ZEPHYR_TOKEN }}{% endraw %} run: | source ${CONDA}/bin/activate docsteady-env docsteady --namespace {{ cookiecutter.namespace }} generate-tpr {{ cookiecutter.plan }} {{ cookiecutter.series }}-{{ cookiecutter.serial_number }}.tex