Skip to content

Commit

Permalink
added VITE environmental variables
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBKnights committed Jan 8, 2025
1 parent 1481c7a commit 8bef8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-staticwebapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ env:
API_LOCATION: "api" # location of your api source code - optional
APP_ARTIFACT_LOCATION: "build" # location of client code build output
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} # secret containing deployment token for your static web app
VITE_API_URL: ${{ secrets.VITE_API_URL }} # secret containing deployment token for your static web app

permissions:
contents: read
Expand Down

0 comments on commit 8bef8e7

Please sign in to comment.