Skip to content

Commit

Permalink
Add env variables to actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruIstrate committed Jan 23, 2024
1 parent 09128a1 commit 7993375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
path: ./salary-calc/build
env:
REACT_APP_WORLD_BANK_API_URL: $REACT_APP_WORLD_BANK_API_URL
REACT_APP_DEFAULT_SOURCE_COUNTRY_CODE: $REACT_APP_DEFAULT_SOURCE_COUNTRY_CODE
REACT_APP_DEFAULT_DESTINATION_COUNTRY_CODE: $REACT_APP_DEFAULT_DESTINATION_COUNTRY_CODE

deploy:
environment:
Expand Down

0 comments on commit 7993375

Please sign in to comment.