Skip to content

Commit

Permalink
chore: add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Dec 3, 2024
1 parent 4cb13f8 commit 4959e1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:

- name: Build
run: yarn build
env:
VITE_API_URL: https://rewardengine.dripdropz.io/api/v1
VITE_API_KEY: d93212b3-dbdc-40d0-befd-f90508c6232d

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 4959e1d

Please sign in to comment.