浏览代码

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
           ENABLE_SENTRY=true
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_ENV=production
           SENTRY_ENV=production
+          DISABLE_BILLING=true
           EOL
           EOL
       - name: Build
       - name: Build
         run: |
         run: |