Skip to content

Commit

Permalink
add port to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshedivy committed Aug 26, 2024
1 parent e0bc85b commit c5389b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
VITE_SERVER: ${{ secrets.VITE_SERVER }}
VITE_DB_USER: ${{ secrets.VITE_DB_USER }}
VITE_DB_PASS: ${{ secrets.VITE_DB_PASS }}
VITE_DB_PORT: ${{ secrets.VITE_DB_PORT }}

- name: ${{ matrix.task.name }}
if: matrix.task.name != 'Test'
Expand Down

0 comments on commit c5389b9

Please sign in to comment.