Skip to content

Commit

Permalink
chore(ci): update stage-api workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 18, 2024
1 parent bdc9dc6 commit addaa61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/stage-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
- develop
paths: ['apps/api/**', '.github/workflows/stage-api.yml']

env:
SENTRY_PROJECT: keyshade-api
SENTRY_ENVIRONMENT: production
SENTRY_ORG: keyshade
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

jobs:
deploy-api-stage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit addaa61

Please sign in to comment.