Skip to content

Commit

Permalink
🐛 Fix missing sentry org in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 10, 2024
1 parent 814618b commit 8e7ab4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
env:
GA_TRACKING_ID: ${{ vars.GA_TRACKING_ID }}
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_PUBLISH_RELEASE: 'TRUE'
1 change: 1 addition & 0 deletions .github/workflows/deploy-rinkeby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: firebase deploy -f
env:
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_PUBLISH_RELEASE: 'TRUE'

0 comments on commit 8e7ab4e

Please sign in to comment.