Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Oct 12, 2023
1 parent 7aeb582 commit 87b7d2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- run: npm run build-coinbase-history
- run: npm run build-coinbase-latest
- run: npm run sync-coinbase-latest-prices
env:
npm_config_coinbase_api_key: ${{ secrets.coinbase_api_key }}
npm_config_coinbase_api_secret: ${{ secrets.coinbase_api_secret }}
npm_config_coinbase_api_base: ${{ vars.coinbase_api_base }}
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 87b7d2a

Please sign in to comment.