Skip to content

Commit

Permalink
fix: ci sentry (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum authored Dec 12, 2023
1 parent 0f5b0eb commit d3fe19e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ jobs:
REACT_APP_MOONPAY_API_KEY: ${{ secrets.REACT_APP_MOONPAY_API_KEY }}
REACT_APP_MOONPAY_EXTERNAL_LINK: ${{ inputs.REACT_APP_MOONPAY_EXTERNAL_LINK }}
REACT_APP_MAGIC_API_KEY: ${{ secrets.REACT_APP_MAGIC_API_KEY }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
outputs:
jobLint: ${{ steps.lint.outputs.pass }}
jobBuild: ${{ steps.build.outputs.pass }}
Expand All @@ -165,7 +164,7 @@ jobs:
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_ORG: "boson-protocol"
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: ${{ inputs.ENV_NAME }}
Expand Down

0 comments on commit d3fe19e

Please sign in to comment.