Skip to content

Commit 8691d5f

Browse files
committed
removes extra env vars
1 parent 8bbe8ed commit 8691d5f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
env:
2929
RAILS_ENV: test
3030
DATABASE_URL: "postgres://rails:password@localhost:5432/hostedgpt_test"
31-
EMAIL_FEATURE: true
32-
PASSWORD_RESET_EMAIL_FEATURE: true
33-
EMAIL_FROM: [email protected]
34-
EMAIL_HOST: localhost:3000
35-
EMAIL_PROVIDER: postmark
36-
POSTMARK_SERVER_API_TOKEN: test-token
3731
steps:
3832
- name: Checkout code
3933
uses: actions/checkout@v4

0 commit comments

Comments
 (0)