Skip to content

Commit d22caa8

Browse files
committed
Fix: Auth Issue
1 parent e2dc8dc commit d22caa8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)