فهرست منبع

Merge pull request #1816 from porter-dev/belanger/readd-dashboard-usage-modal

Add back dashboard vars for usage modal
abelanger5 4 سال پیش
والد
کامیت
9d4fe80fa6
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/production.yaml
  2. 1 1
      .github/workflows/staging.yaml

+ 1 - 1
.github/workflows/production.yaml

@@ -40,7 +40,7 @@ jobs:
           ENABLE_SENTRY=true
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_ENV=production
-          DISABLE_BILLING=true
+          DISABLE_BILLING=false
           EOL
       - name: Build
         run: |

+ 1 - 1
.github/workflows/staging.yaml

@@ -39,7 +39,7 @@ jobs:
           ENABLE_SENTRY=true
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_ENV=staging
-          DISABLE_BILLING=true
+          DISABLE_BILLING=false
           EOL
       - name: Build
         run: |