Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCunha authored Dec 4, 2023
1 parent ba43be5 commit d43732b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
- name: "Import results to Xray"
uses: mikepenz/[email protected]
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 }}"
Expand Down

0 comments on commit d43732b

Please sign in to comment.