From 9867563d9ba0fc03c3e213601c278203d7e090a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20Hunyady?= Date: Tue, 8 Jun 2021 10:38:08 +0200 Subject: [PATCH] chore(pipeline): use json from secrets for creating ticket SUITEDEV-28068 Co-authored-by: davidSchuppa <32750715+davidSchuppa@users.noreply.github.com> --- .github/workflows/on_tag_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_tag_workflow.yml b/.github/workflows/on_tag_workflow.yml index 426e76ac..372323a9 100644 --- a/.github/workflows/on_tag_workflow.yml +++ b/.github/workflows/on_tag_workflow.yml @@ -236,7 +236,7 @@ jobs: with: project: ${{ secrets.JIRA_PROJECT }} issuetype: Product docs - fields: '{"priority": {"name": "Major"},"reporter":{"id":${{ secrets.JIRA_USER_ID }}}}' + fields: ${{ secrets.JIRA_TICKET_JSON }} summary: | New Emarsys SDK release on Android description: |