Skip to content

Commit

Permalink
Merge pull request #286 from lsst/tickets/DM-46741
Browse files Browse the repository at this point in the history
 added ZEPHYR_TOKEN to test report
  • Loading branch information
womullan authored Nov 13, 2024
2 parents b16a54a + 1603291 commit 758ecfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project_templates/technote_md/testn-000/technote.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project_templates/technote_rst/testn-000/technote.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 758ecfa

Please sign in to comment.