From 1fa6177a5e1e2b40397a6db0e8e1e326d3e89f11 Mon Sep 17 00:00:00 2001 From: Florian Bender Date: Fri, 27 Sep 2024 15:57:02 +0200 Subject: [PATCH] NTR: Use API Key from GH Secrets --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}