Skip to content

Commit

Permalink
updates yml file with ticketmaster api key exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
clydeautin committed Sep 17, 2024
1 parent 38d7bb4 commit c46773a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
TICKETMASTER_API_KEY: ${{ secrets.TICKETMASTER_API_KEY }}

steps:
- name: Checkout code
Expand Down

0 comments on commit c46773a

Please sign in to comment.