Skip to content

Commit

Permalink
Removed unused env vars in cloud github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 7, 2024
1 parent ae0d7ba commit 85605af
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration-cloud-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
pip install -e .[dev]
- name: Run integration tests
env:
VESPA_TEAM_API_KEY: ${{ secrets.VESPA_TEAM_API_KEY }}
CO_API_KEY: ${{ secrets.VESPA_CLOUD_SECRET_TOKEN }}
VESPA_TEAM_API_KEY: ${{ secrets.VESPA_TEAM_API_KEY }}
VESPA_CLOUD_SECRET_TOKEN: ${{ secrets.VESPA_CLOUD_SECRET_TOKEN }}
VESPA_CLIENT_TOKEN_ID: ${{ secrets.VESPA_CLIENT_TOKEN_ID}}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration-cloud-vector-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
- name: Run integration tests
env:
VESPA_TEAM_API_KEY: ${{ secrets.VESPA_TEAM_API_KEY }}
CO_API_KEY: ${{ secrets.VESPA_CLOUD_SECRET_TOKEN }}
run: |
pytest tests/integration/test_integration_vespa_cloud_vector_search.py -s -v
1 change: 0 additions & 1 deletion .github/workflows/integration-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
- name: Run integration tests
env:
VESPA_TEAM_API_KEY: ${{ secrets.VESPA_TEAM_API_KEY }}
SD_ZIP_ARTIFACTS: true
run: |
pytest tests/integration/test_integration_vespa_cloud.py -s -v

0 comments on commit 85605af

Please sign in to comment.