mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
fix env for sentry auth token
This commit is contained in:
2
.github/workflows/docker-build-push.yml
vendored
2
.github/workflows/docker-build-push.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
SENTRY_URL: https://sentry.io
|
SENTRY_URL: https://sentry.io
|
||||||
SENTRY_ORG: reactive-resume
|
SENTRY_ORG: reactive-resume
|
||||||
SENTRY_PROJECT: ${{ matrix.image }}
|
SENTRY_PROJECT: ${{ matrix.image }}
|
||||||
SENTRY_TOKEN: ${{ secrets.SENTRY_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user