diff --git a/sg.config.yaml b/sg.config.yaml index fb1300bd2dc..ed6dda7910c 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -372,7 +372,9 @@ commands: - enterprise/internal/rockskip embeddings: - cmd: .bin/embeddings + cmd: | + export SOURCEGRAPH_LICENSE_GENERATION_KEY=$(cat ../dev-private/enterprise/dev/test-license-generation-key.pem) + .bin/embeddings install: | if [ -n "$DELVE" ]; then export GCFLAGS='all=-N -l'