Skip to content

Commit f35369b

Browse files
Zaimwa9emyller
andauthored
fix(gram): use-env-variables-in-ci-to-target-host (#7243)
Co-authored-by: Evandro Myller <22429+emyller@users.noreply.github.com>
1 parent 0e89c88 commit f35369b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/api-deploy-production-ecs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
rm -rf ${HOME}/.git-credentials
4949
5050
- name: Generate MCP schema
51+
env:
52+
FLAGSMITH_API_URL: 'https://api.flagsmith.com'
53+
FLAGSMITH_FRONTEND_URL: 'https://app.flagsmith.com'
5154
run: make generate-mcp-spec
5255

5356
- name: Install Gram CLI

0 commit comments

Comments
 (0)