diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 676accd7..6d3e1972 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -43,6 +43,7 @@ jobs: env: SQS_ENVIRONMENTS: ${{ github.event.inputs.environment }} SQS_API_KEY: ${{ secrets.SQS_API_KEY }} + COINGECKO_API_KEY: ${{ secrets.COINGECKO_API_KEY }} scheduled_integration_test: if: github.event_name == 'schedule' @@ -73,3 +74,4 @@ jobs: env: SQS_ENVIRONMENTS: ${{ matrix.environment }} SQS_API_KEY: ${{ secrets.SQS_API_KEY }} + COINGECKO_API_KEY: ${{ secrets.COINGECKO_API_KEY }}