Skip to content

Commit 7fdb1b4

Browse files
committed
Fix YAML path in README.md for Sonar integration configuration
1 parent 1dcd38a commit 7fdb1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar-evidence-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
jf evd create \
9292
--build-name $GITHUB_WORKFLOW \
9393
--build-number "${{ github.run_number }}" \
94-
--key "${{ secrets.JIRA_TEST_PKEY }}" \
95-
--key-alias ${{ vars.JIRA_TEST_KEY }} \
94+
--key "${{ secrets.PRIVATE_KEY }}" \
95+
--key-alias ${{ vars.PRIVATE_KEY_ALIAS }} \
9696
--integration sonar

0 commit comments

Comments
 (0)