Skip to content

Commit

Permalink
Update azure-static-web-apps-orange-river-0725b4710.yml
Browse files Browse the repository at this point in the history
adding environment variables
  • Loading branch information
sam9116 authored Feb 3, 2024
1 parent 700e3c8 commit 8f342bc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
name: Build and Deploy Job
env:
CI: false
REACT_APP_GCP_KEY: ${{secrets.REACT_APP_GCP_KEY}}
REACT_APP_SPOTIFY_CLIENTID: ${{secrets.REACT_APP_SPOTIFY_CLIENTID}}
REACT_APP_BACKEND: ${{vars.REACT_APP_BACKEND}}
REACT_APP_REDIRECT_URL: ${{vars.REACT_APP_REDIRECT_URL}}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8f342bc

Please sign in to comment.