Skip to content

Commit

Permalink
Fix runs
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Aug 1, 2024
1 parent ef53d04 commit 9bc2250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
AWS_DEFAULT_REGION: us-east-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
MBTA_V2_API_KEY: ${{ secrets.MBTA_V2_API_KEY }}
MBTA_V3_API_KEY: ${{ secrets.MBTA_V3_API_KEY }}
YANKEE_API_KEY: ${{ secrets.YANKEE_API_KEY }}
DD_API_KEY: ${{ secrets.DD_API_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion ingestor/chalicelib/landing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

DISTRIBUTIONS = [
"EH3F0Z8TUZVCQ",
"ENTCATGUNQIQ",
"E17EZQSPQV9OWI",
] # dashboard # dashboard-beta


Expand Down

0 comments on commit 9bc2250

Please sign in to comment.