2
0
Эх сурвалжийг харах

remove disable billing var

Alexander Belanger 4 жил өмнө
parent
commit
8e1f2104d8

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

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

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

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