diff --git a/.github/helm/affine/charts/graphql/templates/copilot-secret.yaml b/.github/helm/affine/charts/graphql/templates/copilot-secret.yaml index c4d93dc77..5e08f7261 100644 --- a/.github/helm/affine/charts/graphql/templates/copilot-secret.yaml +++ b/.github/helm/affine/charts/graphql/templates/copilot-secret.yaml @@ -7,5 +7,6 @@ type: Opaque data: openaiSecret: {{ .Values.app.copilot.openai.key | b64enc }} falSecret: {{ .Values.app.copilot.fal.key | b64enc }} + perplexitySecret: {{ .Values.app.copilot.perplexity.key | b64enc }} unsplashSecret: {{ .Values.app.copilot.unsplash.key | b64enc }} {{- end }}