mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
ci: only enable jwst codec in canary (#6081)
This commit is contained in:
2
.github/actions/deploy/deploy.mjs
vendored
2
.github/actions/deploy/deploy.mjs
vendored
@@ -111,7 +111,7 @@ const createHelmCommand = ({ isDryRun }) => {
|
|||||||
`--set-string graphql.app.oauth.google.clientSecret="${AFFINE_GOOGLE_CLIENT_SECRET}"`,
|
`--set-string graphql.app.oauth.google.clientSecret="${AFFINE_GOOGLE_CLIENT_SECRET}"`,
|
||||||
`--set-string graphql.app.payment.stripe.apiKey="${STRIPE_API_KEY}"`,
|
`--set-string graphql.app.payment.stripe.apiKey="${STRIPE_API_KEY}"`,
|
||||||
`--set-string graphql.app.payment.stripe.webhookKey="${STRIPE_WEBHOOK_KEY}"`,
|
`--set-string graphql.app.payment.stripe.webhookKey="${STRIPE_WEBHOOK_KEY}"`,
|
||||||
`--set graphql.app.experimental.enableJwstCodec=true`,
|
`--set graphql.app.experimental.enableJwstCodec=${isInternal}`,
|
||||||
`--set graphql.app.features.earlyAccessPreview=false`,
|
`--set graphql.app.features.earlyAccessPreview=false`,
|
||||||
`--set graphql.app.features.syncClientVersionCheck=true`,
|
`--set graphql.app.features.syncClientVersionCheck=true`,
|
||||||
`--set sync.replicaCount=${syncReplicaCount}`,
|
`--set sync.replicaCount=${syncReplicaCount}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user