Skip to content

Commit

Permalink
NTR: Use API Key from GH Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fjbender authored Sep 27, 2024
1 parent 812130a commit 1f50c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1f50c59

Please sign in to comment.