diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66e15fe..28634f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,10 +32,11 @@ jobs: - name: Test # This is just the default settings for GH Actions MySQL - # Nothing secret here aside from the hashed API key + # Nothing secret here aside from the API key env: DB_TEST_HOSTNAME: 127.0.0.1 DB_TEST_USERNAME: root DB_TEST_PASSWORD: root + CDS_API_KEY: ${{ secrets.CDS_API_KEY }} HASHED_API_KEY: ${{ secrets.HASHED_API_KEY }} run: npm run test