Skip to content

Commit

Permalink
Update Main for Secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranesh-Shrestha authored Jan 7, 2025
1 parent 51a1c0a commit 24c25cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Main for Secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 24c25cb

Please sign in to comment.