Skip to content

Commit d92231d

Browse files
authored
Update publish.yml with RESEND_API_KEY value
1 parent 396c2f9 commit d92231d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
echo "DB_NAME=test_db" >> $GITHUB_ENV
4949
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
5050
echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
51+
echo "RESEND_API_KEY"=$(openssl rand -base64 32)" >> $GITHUB_ENV
5152
5253
- name: Verify environment variables for quarto
5354
run: |
@@ -57,7 +58,8 @@ jobs:
5758
[ -n "$DB_HOST" ] && \
5859
[ -n "$DB_PORT" ] && \
5960
[ -n "$DB_NAME" ] && \
60-
[ -n "$SECRET_KEY" ]
61+
[ -n "$SECRET_KEY" ] && \
62+
[ -n "$RESEND_API_KEY" ]
6163
6264
- name: Set up Quarto
6365
uses: quarto-dev/quarto-actions/setup@v2

0 commit comments

Comments
 (0)