Skip to content

Commit

Permalink
Use secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhas committed Oct 10, 2023
1 parent 200df2f commit c070836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_RELEASE_TOKEN }}
SENTRY_ORG: snigdhas
SENTRY_PROJECT: psnachle
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
# SENTRY_URL: https://sentry.io/
with:
environment: production
Expand Down

0 comments on commit c070836

Please sign in to comment.