Skip to content

Commit

Permalink
update: azure static web app workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh7i committed Dec 29, 2023
1 parent 6e48163 commit 0ec36a3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional
###### End of Repository/Build Configurations ######
env: # Add environment variables here
REACT_APP_COMPILATION_URL: ${{ secrets.REACT_APP_COMPILATION_URL}}
REACT_APP_GOOGLE_AUTH: ${{ secrets.REACT_APP_GOOGLE_AUTH}}
REACT_APP_CODEDB: ${{ secrets.REACT_APP_CODEDB}}

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 0ec36a3

Please sign in to comment.