Skip to content

Commit

Permalink
✅ fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuno-fukuda committed Nov 13, 2023
1 parent 6657655 commit 99a4812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
env:
RUST_LOG: ${{ vars.RUST_LOG }}
HOST: ${{ vars.HOST }}
POST: ${{ vars.PORT }}
PORT: ${{ vars.PORT }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
MOUNTAINS_URL: ${{ vars.MOUNTAINS_URL }}
DOCUMENTS_URL: ${{ vars.DOCUMENTS_URL }}
Expand Down

0 comments on commit 99a4812

Please sign in to comment.