Skip to content

Commit

Permalink
add all secrets to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewilkinson committed Jan 24, 2024
1 parent 4ab3350 commit bd3f445
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,13 @@ jobs:
- name: Run tests
env:
GOODREADS_SECRET: ${{ secrets.GOODREADS_SECRET }}
GOODREADS_API_KEY: ${{ secrets.GOODREADS_API_KEY }}
OVERDRIVE_KEY: ${{ secrets.OVERDRIVE_KEY }}
OVERDRIVE_SECRET: ${{ secrets.OVERDRIVE_SECRET }}
GOODREADS_EMAIL: ${{ secrets.GOODREADS_EMAIL }}
GOODREADS_PASSWORD: ${{ secrets.GOODREADS_PASSWORD }}
BOOKMOOCH_USERNAME: ${{ secrets.BOOKMOOCH_USERNAME }}
BOOKMOOCH_PASSWORD: ${{ secrets.BOOKMOOCH_PASSWORD }}
RACK_ENV: ${{ secrets.RACK_ENV }}
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}
run: bundle exec rake

0 comments on commit bd3f445

Please sign in to comment.