Skip to content

Commit

Permalink
fix(load-api): add missing load-api base uri env var (#9) (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv authored Nov 1, 2022
1 parent 2b52749 commit c0e6221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ jobs:
META_FB_VRFY_TOKEN=${{ secrets.META_FB_VRFY_TOKEN }}
FPI_APP_TO_APP_USERN=${{ secrets.FPI_APP_TO_APP_USERN }}
USER_BASE_URI=${{ secrets.USER_BASE_URI }}
LOAD_API_BASE_URI=${{ secrets.LOAD_API_BASE_URI }}
secrets: |
MONGO_CONN_STRING=vbl_mongo_connection_string:latest
OIDC_SECRET=oidc_secret_keycloak:latest
Expand Down

0 comments on commit c0e6221

Please sign in to comment.