We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5d2b8 commit 2d5f591Copy full SHA for 2d5f591
.github/workflows/test.yml
@@ -55,6 +55,7 @@ jobs:
55
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
56
echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
57
echo "RESEND_API_KEY=resend_api_key" >> $GITHUB_ENV
58
+ echo "[email protected]" >> $GITHUB_ENV
59
60
- name: Verify environment variables
61
run: |
0 commit comments