Skip to content

Commit

Permalink
removes env vars in workflow in favor of stubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvallelonga committed Jul 31, 2024
1 parent a84502c commit 9183ae7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
env:
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/hostedgpt_test"
PASSWORD_RESET_EMAIL_FEATURE: true
EMAIL_POSTMARK_FEATURE: true
EMAIL_FROM: [email protected]
EMAIL_HOST: localhost:3000
POSTMARK_SERVER_API_TOKEN: test-token
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 9183ae7

Please sign in to comment.