Skip to content

Commit

Permalink
add env variables in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Buko-pie committed Jan 29, 2024
1 parent b1a9fd1 commit b6aa055
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
GENERATE_SOURCEMAP=false
CI=false
yarn build
env:
REACT_APP_WALLETCONNECT_PROJECT_ID: ${{ secrets.REACT_APP_WALLETCONNECT_PROJECT_ID }}
REACT_APP_ALCHEMY_ID: ${{ secrets.REACT_APP_ALCHEMY_ID }}
REACT_APP_PLAYFAB_TITLE_ID: ${{ secrets.REACT_APP_PLAYFAB_TITLE_ID }}
REACT_APP_PLAYFAB_DEV_KEY: ${{ secrets.REACT_APP_PLAYFAB_DEV_KEY }}
NODE_PATH: ${{ secrets.NODE_PATH }}

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit b6aa055

Please sign in to comment.