#100 wires up GH actions to deploy this application to the PROD Azure SWA, however we are still waiting on an Entra App Registration (with appropriate MS Graph API permission scopes enabled).
Once we get that wired up, we will need to also update the CLIENT_ID and AUTHORITY accordingly:
|
VITE_REACT_APP_CLIENT_ID: "270e7c47-c240-4275-ba86-415dbe08fa4f" |
|
VITE_REACT_APP_AUTHORITY: "https://login.microsoftonline.com/fc90232c-a6ba-4f13-a8f1-283b00faf105" |
@cjyetman you will also need to make sure any local .env and config is adjusted accordingly.
#100 wires up GH actions to deploy this application to the PROD Azure SWA, however we are still waiting on an Entra App Registration (with appropriate MS Graph API permission scopes enabled).
Once we get that wired up, we will need to also update the
CLIENT_IDandAUTHORITYaccordingly:relai/.github/workflows/azure-static-web-apps-jolly-desert-073eb0e1e.yml
Lines 48 to 49 in 543ed08
@cjyetman you will also need to make sure any local
.envand config is adjusted accordingly.