Skip to content

Commit

Permalink
update: Azure bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh7i committed Jan 12, 2024
1 parent adadb1b commit d0edf0c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
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}}
REACT_APP_AUTH0_DOMAIN: ${{ secrets.REACT_APP_AUTH0_DOMAIN}}
REACT_APP_AUTH0_CLIENT_ID: ${{ secrets.REACT_APP_AUTH0_CLIENT_ID}}
REACT_APP_CLIENT_URL: ${{ secrets.REACT_APP_CLIENT_URL}}

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

0 comments on commit d0edf0c

Please sign in to comment.