From 87b7d2a4221bd9720961e3ac242bac1dd1051f2d Mon Sep 17 00:00:00 2001 From: Ivo von Putzer Reibegg Date: Thu, 12 Oct 2023 14:46:00 +0200 Subject: [PATCH] fixup --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 82b6339..edbec8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: