Skip to content

Commit

Permalink
hardcode sentry info
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Apr 17, 2024
1 parent 0ffce7e commit 6634784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: getsentry/[email protected]
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_ORG: mbtace
SENTRY_PROJECT: mbta-dotcom
with:
environment: production
version: ${{ github.event.release.tag_name }}

0 comments on commit 6634784

Please sign in to comment.