Skip to content

Commit

Permalink
Fix Test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisin0 committed Jun 1, 2024
1 parent cc8a04b commit 2160d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test and coverage
on: [push, pull_request]

env:
OMDB_API_KEY: OMDB_API_KEY: ${{ secrets.OMDB_API_KEY }}
OMDB_API_KEY: ${{ secrets.OMDB_API_KEY }}

jobs:
build:
Expand Down

0 comments on commit 2160d88

Please sign in to comment.