From 10bb3fd3513b6f830d3b93d6e1aa02f22515c146 Mon Sep 17 00:00:00 2001 From: guicampanati <50670990+guicampanati@users.noreply.github.com> Date: Fri, 21 Feb 2020 23:12:06 -0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1039446..c4a4346 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,14 +12,14 @@ jobs: uses: actions/checkout@v2 with: persist-credentials: false - env: - REACT_APP_LOCATIONIQ_API_KEY: ${{ secrets.REACT_APP_LOCATIONIQ_API_KEY }} - REACT_APP_OPENWEATHER_API_KEY: ${{ secrets.REACT_APP_OPENWEATHER_API_KEY }} - name: Build run: | npm install npm run build + env: + REACT_APP_LOCATIONIQ_API_KEY: ${{ secrets.REACT_APP_LOCATIONIQ_API_KEY }} + REACT_APP_OPENWEATHER_API_KEY: ${{ secrets.REACT_APP_OPENWEATHER_API_KEY }} - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3