diff --git a/.github/workflows/veracode.yaml b/.github/workflows/veracode.yaml index 225af445..7a2f3428 100644 --- a/.github/workflows/veracode.yaml +++ b/.github/workflows/veracode.yaml @@ -34,5 +34,5 @@ jobs: appname: "product-vas-country-risk-frontend" createprofile: false filepath: "./veracode-scan-target.zip" - vid: "${{ secrets.ORG_VERACODE_API_ID }}" - vkey: "${{ secrets.ORG_VERACODE_API_KEY }}" \ No newline at end of file + vid: "${{ secrets.VERACODE_API_ID }}" + vkey: "${{ secrets.VERACODE_API_KEY }}" \ No newline at end of file