We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e89c88 commit f35369bCopy full SHA for f35369b
1 file changed
.github/workflows/api-deploy-production-ecs.yml
@@ -48,6 +48,9 @@ jobs:
48
rm -rf ${HOME}/.git-credentials
49
50
- name: Generate MCP schema
51
+ env:
52
+ FLAGSMITH_API_URL: 'https://api.flagsmith.com'
53
+ FLAGSMITH_FRONTEND_URL: 'https://app.flagsmith.com'
54
run: make generate-mcp-spec
55
56
- name: Install Gram CLI
0 commit comments