fix env for sentry auth token

This commit is contained in:
Amruth Pillai
2022-11-24 15:01:33 +01:00
parent b5998d7f3a
commit 67ee55b502

View File

@ -54,7 +54,7 @@ jobs:
SENTRY_URL: https://sentry.io
SENTRY_ORG: reactive-resume
SENTRY_PROJECT: ${{ matrix.image }}
SENTRY_TOKEN: ${{ secrets.SENTRY_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
with:
context: .
push: true