We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd751d1 commit 3953385Copy full SHA for 3953385
1 file changed
.github/workflows/playwright.yml
@@ -22,6 +22,8 @@ jobs:
22
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET: ${{ secrets.NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET || 'demo-project.appspot.com' }}
23
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID || '123456789012' }}
24
NEXT_PUBLIC_FIREBASE_APP_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_APP_ID || '1:123456789012:web:abcdef1234567890abcdef' }}
25
+ # Resend: required for next build (verification/send route). Add RESEND_API_KEY secret to override.
26
+ NEXT_PUBLIC_RESEND_API_KEY: ${{ secrets.NEXT_PUBLIC_RESEND_API_KEY || secrets.RESEND_API_KEY || 're_dummy_for_playwright' }}
27
steps:
28
- uses: actions/checkout@v3
29
0 commit comments