Skip to content

Commit

Permalink
Website: Use SENTRY_AUTH_TOKEN in production deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue committed Jan 12, 2025
1 parent 0974c41 commit 3633007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 3633007

Please sign in to comment.