Преглед изворни кода

Added disable billing for prod

jnfrati пре 4 година
родитељ
комит
b295ed5b07
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/production.yaml

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

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