Skip to content

Commit

Permalink
fix(ci): PUBLIC_API_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftpsh committed Jul 14, 2024
1 parent 82e9084 commit 02732cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Make .env
run: |
touch ./.env.local
echo VITE_API_ENDPOINT=${{ vars.PUBLIC_API_ENDPOINT }} >> ./.env.local
- name: Install dependencies
run: yarn
- name: Build
Expand Down

0 comments on commit 02732cf

Please sign in to comment.