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 396c2f9 commit d92231dCopy full SHA for d92231d
.github/workflows/publish.yml
@@ -48,6 +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
52
53
- name: Verify environment variables for quarto
54
run: |
@@ -57,7 +58,8 @@ jobs:
57
58
[ -n "$DB_HOST" ] && \
59
[ -n "$DB_PORT" ] && \
60
[ -n "$DB_NAME" ] && \
- [ -n "$SECRET_KEY" ]
61
+ [ -n "$SECRET_KEY" ] && \
62
+ [ -n "$RESEND_API_KEY" ]
63
64
- name: Set up Quarto
65
uses: quarto-dev/quarto-actions/setup@v2
0 commit comments