Skip to content

Commit

Permalink
Add: function api key to env
Browse files Browse the repository at this point in the history
  • Loading branch information
antidoid committed Mar 2, 2024
1 parent 58a225a commit fdc5493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: "cd ./frontend && npm install && npm run build"
env:
VITE_FUNCTION_URL: ${{ secrets.VITE_FUNCTION_URL }}
VITE_FUNCTION_API_KEY: ${{ secrets.VITE_FUNCTION_API_KEY }}

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

0 comments on commit fdc5493

Please sign in to comment.