Skip to content

Commit

Permalink
fix: #1559 Fix SchemaSpy trigger in deployment pipeline (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 authored Aug 22, 2024
1 parent dc0d309 commit 73b80ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
prod_oidc_bcsc_idp_client_secret: "${{ secrets.PROD_OIDC_BCSC_IDP_CLIENT_SECRET }}"
idim_proxy_api_api_key: "${{ secrets.IDIM_PROXY_API_API_KEY }}"
gc_notify_email_api_key: "${{ secrets.GC_NOTIFY_EMAIL_API_KEY }}"
fam_update_user_info_api_key: "${{ secrets.FAM_UPDATE_USER_INFO_API_KEY }}"
fam_update_user_info_api_key: "${{ secrets.FAM_UPDATE_USER_INFO_API_KEY }}"
5 changes: 4 additions & 1 deletion .github/workflows/dev_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# permission can be added at job level or workflow level. Ref: https://github.com/aws-actions/configure-aws-credentials#OIDC
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
contents: write # This is required for actions/checkout

jobs:
aws-dev-deployment-server:
Expand Down Expand Up @@ -44,3 +44,6 @@ jobs:
secrets:
licenceplate: ${{ secrets.LICENCEPLATE}}

data-model-update:
name: Generating Data Model
uses: ./.github/workflows/reusable_data_model_gen.yml

0 comments on commit 73b80ca

Please sign in to comment.