diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62aa79ba..a1a8d593 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,4 +26,4 @@ jobs: env: # Set the API key for the integration tests. In the future, all tests will rely on snapshots. An API key will # then only be required to update those snapshots. The API key can then be removed from this file. - API_KEY: test_4kQQbBMEFh8QAuKVaWdpKuRpVSsdVG + API_KEY: ${{ secrets.TEST_API_KEY }}