Skip to content

Commit

Permalink
feat: add env var (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
skanin authored Aug 20, 2023
1 parent 21bf8b3 commit 7ed438f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
env:
VITE_AUTH_CLIENT_ID: ${{ secrets.VITE_AUTH_CLIENT_ID }}
VITE_API_BASE_URL: ${{ secrets.VITE_API_BASE_URL }}
VITE_API_SCOPE: ${{ secrets.VITE_API_SCOPE }}
with:
azure_static_web_apps_api_token: ${{ secrets.WEBAPP_DEPLOYMENT_TOKEN }}
repo_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit 7ed438f

Please sign in to comment.