From 8f436ed87f3da1aa8ef812febd00b4e70773075f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sun, 26 Feb 2023 13:15:49 +0000 Subject: [PATCH] Update eoefans-api-azure-deploy.yml --- .github/workflows/eoefans-api-azure-deploy.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eoefans-api-azure-deploy.yml b/.github/workflows/eoefans-api-azure-deploy.yml index e8e2770..2ecc67b 100644 --- a/.github/workflows/eoefans-api-azure-deploy.yml +++ b/.github/workflows/eoefans-api-azure-deploy.yml @@ -18,6 +18,8 @@ env: IMAGE_REPO: "eoefans" IMAGE_NAME: "eoefans-api" DEPLOY_VERSION: ${{ inputs.deploy_version }} + SENTRY_ORG: "eoefans" + SENTRY_PROJECT: "eoefans-api" jobs: @@ -52,9 +54,9 @@ jobs: uses: getsentry/action-release@v1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - SENTRY_ORG: eoefans - SENTRY_PROJECT: eoefans-api - SENTRY_URL: https://sentry.vtb.link/ + SENTRY_ORG: ${{ env.SENTRY_ORG }} + SENTRY_PROJECT: ${{ env.SENTRY_PROJECT }} + SENTRY_URL: ${{ secrets.SENTRY_URL }} with: environment: production version: ${{ env.DEPLOY_VERSION }}