Skip to content

Commit

Permalink
It really doesn't matter what the API key is.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Oct 1, 2024
1 parent d2dd33a commit 64c95a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:

- name: Test
# This is just the default settings for GH Actions MySQL
# 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 }}
CDS_API_KEY: test
run: npm run test

0 comments on commit 64c95a9

Please sign in to comment.