Skip to content

Commit

Permalink
removes obsolete env variables, and gets rid of latest entries for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Sep 16, 2024
1 parent 09c8337 commit 66350ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,13 @@ jobs:
path: data
key: jsonl-data
- run: npm run sync-coinbase
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/cache/save@v3
with:
path: data
key: ${{ steps.cache.outputs.cache-primary-key }}
- run: npm run build-coinbase-intervals
- run: npm run build-coinbase
- run: npm run build-coinbase-history
- run: npm run sync-coinbase-latest
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 }}

- run: npm run build-sitemap
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 66350ea

Please sign in to comment.