Skip to content

Commit e52ea49

Browse files
committed
Update sonar-evidence-example.yml to change key-alias variable for integration
1 parent b49cea3 commit e52ea49

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
@@ -92,5 +92,5 @@ jobs:
9292
--integration sonar \
9393
--build-name $GITHUB_WORKFLOW \
9494
--build-number "${{ github.run_number }}" \
95-
--key "${{ secrets.PRIVATE_KEY }}" \
96-
--key-alias "${{ vars.JF_KEY_ALIAS }}"
95+
--key "${{ secrets.EVIDENCE_SIGNING_KEY }}" \
96+
--key-alias "${{ vars.EVIDENCE_PUBLIC_KEY_ALIAS }}"

0 commit comments

Comments
 (0)