File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,8 +110,10 @@ jobs:
110110 NEXT_PUBLIC_API_URL : http://127.0.0.1:34732
111111 NEXT_PUBLIC_GRAPHQL_URL : http://127.0.0.1:34732/graphql
112112 NEXT_PUBLIC_GRAPHQL_WS_URL : ws://127.0.0.1:34732/graphql
113+ SeedSettings__InitialAdminPassword : ${{ secrets.INITIAL_ADMIN_PASSWORD || 'Halcyon@Initial!2026' }}
114+ SeedSettings__InitialPractitionerPassword : ${{ secrets.INITIAL_PRACTITIONER_PASSWORD || 'HalcyonPractitioner@Initial!2026' }}
115+ # Keep these for Playwright as well
113116 INITIAL_ADMIN_PASSWORD : ${{ secrets.INITIAL_ADMIN_PASSWORD || 'Halcyon@Initial!2026' }}
114- INITIAL_PRACTITIONER_PASSWORD : ${{ secrets.INITIAL_PRACTITIONER_PASSWORD || 'HalcyonPractitioner@Initial!2026' }}
115117 NEXTAUTH_SECRET : " ci-secret-halcyon"
116118 NEXTAUTH_URL : http://127.0.0.1:3431
117119 Logging__LogLevel__Default : Warning
You can’t perform that action at this time.
0 commit comments