Skip to content

Commit

Permalink
use env instead of with
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Jan 5, 2025
1 parent aef6844 commit 99f9dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: pnpm nuxt typecheck

- name: Build
run: pnpm nuxt build
with:
env:
OPENSUBTITLES_KEY: ${{ secrets.OPENSUBTITLES_KEY }}
OPENSUBTITLES_USERNAME: ${{ secrets.OPENSUBTITLES_USERNAME }}
OPENSUBTITLES_PASSWORD: ${{ secrets.OPENSUBTITLES_PASSWORD }}
PGPASSWORD: ${{ secrets.PGPASSWORD }}
run: pnpm nuxt build

0 comments on commit 99f9dc7

Please sign in to comment.