Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add nextgen entities and workflows url #332

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ jobs:
app_config_name: CZID_GQL_FED_GIT_VERSION
app_config_value: ${{ needs.get-release-tag.outputs.release_tag || ''}}
happy_env: prod
- name: Set CZ ID Entities URL
uses: chanzuckerberg/czid-graphql-federation-server/.github/actions/happy-config-set@main
with:
app_config_name: NEXTGEN_ENTITIES_URL
app_config_value: ${{ vars.NEXTGEN_ENTITIES_URL}}
happy_env: prod
- name: Set CZ ID Workflows URL
uses: chanzuckerberg/czid-graphql-federation-server/.github/actions/happy-config-set@main
with:
app_config_name: NEXTGEN_WORKFLOWS_URL
app_config_value: ${{ vars.NEXTGEN_WORKFLOWS_URL}}
happy_env: prod
- name: Set CZ ID Rails API URL
uses: chanzuckerberg/czid-graphql-federation-server/.github/actions/happy-config-set@main
with:
Expand Down
Loading