ci: set private key from env (#6239)

This commit is contained in:
forehalo
2024-03-21 10:09:25 +00:00
parent d03c72a0a8
commit 540e456704
14 changed files with 56 additions and 40 deletions
-1
View File
@@ -52,7 +52,6 @@ const config: PlaywrightTestConfig = {
DEBUG: 'affine:*',
FORCE_COLOR: 'true',
DEBUG_COLORS: 'true',
NEXTAUTH_URL: 'http://localhost:8080',
MAILER_HOST: '0.0.0.0',
MAILER_PORT: '1025',
MAILER_SENDER: 'noreply@toeverything.info',
@@ -47,7 +47,6 @@ const config: PlaywrightTestConfig = {
DEBUG: 'affine:*',
FORCE_COLOR: 'true',
DEBUG_COLORS: 'true',
NEXTAUTH_URL: 'http://localhost:8080',
MAILER_SENDER: 'noreply@toeverything.info',
},
},