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 d92231d commit 164373bCopy full SHA for 164373b
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "DB_NAME=test_db" >> $GITHUB_ENV
49
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
50
echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
51
- echo "RESEND_API_KEY"=$(openssl rand -base64 32)" >> $GITHUB_ENV
+ echo "RESEND_API_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
52
53
- name: Verify environment variables for quarto
54
run: |
0 commit comments