Skip to content

Commit b159436

Browse files
committed
ci: commit fiesta !
1 parent 34bef13 commit b159436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: |
1313
touch .env
1414
echo "RESEND_API_KEY=${{ secrets.RESEND_API_KEY }}" >> .env
15-
echo "JWT_TOKEN_KEY=${{ secrets.JWT_TOKEN_KEY }}" >> .env
15+
echo "JWT_SECRET_KEY=${{ secrets.JWT_SECRET_KEY }}" >> .env
1616
- name: Create e2e .env
1717
run: |
1818
cd e2e

0 commit comments

Comments
 (0)