Skip to content

Commit 2d5f591

Browse files
Add missing env var to action workflow setup
1 parent 0d5d2b8 commit 2d5f591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
5656
echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
5757
echo "RESEND_API_KEY=resend_api_key" >> $GITHUB_ENV
58+
echo "[email protected]" >> $GITHUB_ENV
5859
5960
- name: Verify environment variables
6061
run: |

0 commit comments

Comments
 (0)