From d43732b35e028eb6d6504b89168166303987c55d Mon Sep 17 00:00:00 2001 From: Cristiano Morais da Cunha <79987166+CMCunha@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:50:28 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5c66e4..e02527e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,10 +51,9 @@ jobs: - name: "Import results to Xray" uses: mikepenz/xray-action@v2.3.0 with: - username: ${{ secrets.JIRA_USERNAME }} - password: ${{ secrets.JIRA_PASSWORD }} - xrayCloud: "false" - xrayBaseUrl: ${{ secrets.JIRA_BASEURL }} + username: "${{ secrets.XRAYCLOUD_CLIENT_ID }}" + password: "${{ secrets.XRAYCLOUD_CLIENT_SECRET }}" + xrayCloud: "true" testFormat: "junit" testPaths: "**/xray-report.xml" testExecKey: "${{ inputs.testExecKey }}"