Skip to content

Commit

Permalink
adding environment variable secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ches-ctrl committed May 23, 2024
1 parent 9061cb5 commit c349ea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
POSTGRES_PASSWORD: password
env:
SCRAPEUP_API_KEY: ${{ secrets.SCRAPEUP_API_KEY }}
CHROME_EXTENSION_API_KEY: ${{ secrets.CHROME_EXTENSION_API_KEY }}
CHOME_EXTENSION_ORIGIN: ${{ secrets.CHROME_EXTENSION_ORIGIN }}
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"
steps:
Expand Down

0 comments on commit c349ea7

Please sign in to comment.