diff --git a/.github/workflows/Main for Secrets.yml b/.github/workflows/Main for Secrets.yml index 05e0caa..94c9d0b 100644 --- a/.github/workflows/Main for Secrets.yml +++ b/.github/workflows/Main for Secrets.yml @@ -10,7 +10,7 @@ permissions: contents: read packages: read env: - API_URL: https://app.dev.veribom.com + API_URL: https://app.stage.veribom.com jobs: create_scan_in_IR_Portal: @@ -66,7 +66,7 @@ jobs: PSE_DEBUG_FLAG: --alsologtostderr POLICY_LOG: t INVISIRISK_JWT_TOKEN: ${{secrets.VB_API_KEY_PROXY}} - INVISIRISK_PORTAL: https://app.dev.veribom.com/ + INVISIRISK_PORTAL: https://app.stage.veribom.com/ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} container: image: node:18-buster