Skip to content

Commit

Permalink
Merge branch 'master' of github.com:guicampanati/enderecos
Browse files Browse the repository at this point in the history
  • Loading branch information
guicampanati committed Feb 22, 2020
2 parents 2d93371 + 10bb3fd commit 70a25fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70a25fd

Please sign in to comment.