diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 91d8a93..c0f8dae 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -15,6 +15,8 @@ on: required: true VERCEL_TOKEN: required: true + SENTRY_AUTH_TOKEN: + required: true jobs: default-example: diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index c24e18c..299b624 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -15,6 +15,8 @@ on: required: true VERCEL_TOKEN: required: true + SENTRY_AUTH_TOKEN: + required: true jobs: default-example: