Skip to content

Commit

Permalink
use API URL from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Stillman committed Sep 5, 2023
1 parent 223308b commit 44c6543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
# Build job
build-and-deploy:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_API_URL: ${{ secrets.API_URL }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 44c6543

Please sign in to comment.