Skip to content

Commit

Permalink
ci: rename env var
Browse files Browse the repository at this point in the history
  • Loading branch information
hbomb79 committed May 20, 2024
1 parent 64b7691 commit afecea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run Tests
uses: robherley/[email protected]
env:
OMDB_API_KEY: ${{ secrets.TMDB_API_KEY }}
TMDB_API_KEY: ${{ secrets.TMDB_API_KEY }}
FORMAT_FFMPEG_BINARY_PATH: ${{ steps.setup_ffmpeg.outputs.ffmpeg-path }}/ffmpeg
FORMAT_FFPROBE_BINARY_PATH: ${{ steps.setup_ffmpeg.outputs.ffmpeg-path }}/ffprobe

0 comments on commit afecea1

Please sign in to comment.