Skip to content

Commit

Permalink
Provide env vars to CI build job
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonhawk committed Nov 1, 2024
1 parent 757c42f commit 8cdaf34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
name: Build and Test
timeout-minutes: 15
runs-on: ubuntu-latest

env:
API_PROXY_URL: ${{ env.API_PROXY_URL }}
PUBLIC_API_BASE_URL: ${{ env.PUBLIC_API_BASE_URL }}
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8cdaf34

Please sign in to comment.