From 36330070d5820512104882921c51c062da21b516 Mon Sep 17 00:00:00 2001 From: mkue Date: Sun, 12 Jan 2025 21:24:16 +0100 Subject: [PATCH] Website: Use SENTRY_AUTH_TOKEN in production deployment action --- .github/workflows/production-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production-deployment.yml b/.github/workflows/production-deployment.yml index e1df34d24..5ba5a71f8 100644 --- a/.github/workflows/production-deployment.yml +++ b/.github/workflows/production-deployment.yml @@ -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