Skip to content

Commit 778582b

Browse files
committed
chore: fix yaml
1 parent bb21e21 commit 778582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run tests
3636
run: npm test
3737
env:
38-
TEST_MDB_MCP_VOYAGE_API_KEY=${{ secrets.TEST_MDB_MCP_VOYAGE_API_KEY }}
38+
TEST_MDB_MCP_VOYAGE_API_KEY: ${{ secrets.TEST_MDB_MCP_VOYAGE_API_KEY }}
3939
- name: Upload test results
4040
if: always() && matrix.os == 'ubuntu-latest'
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)