Skip to content

Commit

Permalink
Try with env instead secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pawlowski committed Jan 15, 2024
1 parent fd3fc50 commit 9ccacae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
output_location: "build" # Built app content directory - optional
###### End of Repository/Build Configurations ######
env:
REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }}
REACT_APP_API_URL: ${{ env.REACT_APP_API_URL }}

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

0 comments on commit 9ccacae

Please sign in to comment.