diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 410f786302..4d1f4c1ea8 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -33,8 +33,6 @@ jobs: with: go-version: "1.20" - name: Unit Test - env: - MONGODB_ATLAS_TEAMS_IDS: ${{ secrets.MONGODB_ATLAS_TEAMS_IDS }} run: make test lint: runs-on: ubuntu-latest