Skip to content

Commit

Permalink
Triggering gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh7i committed Dec 29, 2023
1 parent a3de44b commit 857f783
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ 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
# Adding environment variables here
env:
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}}
Expand Down

0 comments on commit 857f783

Please sign in to comment.