diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index fc0b8a383..99438be5a 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -18,7 +18,7 @@ jobs: env: # [Mandatory] # JFrog platform URL - # JF_URL: ${{ secrets.JF_URL }} + JF_URL: ${{ secrets.JF_URL }} # [Mandatory if JF_USER and JF_PASSWORD are not provided] # JFrog access token with 'read' permissions on Xray service @@ -39,4 +39,4 @@ jobs: # [Mandatory if using OIDC authentication protocol instead of JF_ACCESS_TOKEN] # Insert to oidc-provider-name the 'Provider Name' defined in the OIDC integration configured in the JPD # with: - # oidc-provider-name: "" \ No newline at end of file + # oidc-provider-name: ""