Skip to content

Commit

Permalink
Update .github/workflows/integration-cloud-token.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Hjelde Thoresen <[email protected]>
  • Loading branch information
glebashnik and thomasht86 authored Aug 7, 2024
1 parent f39d07f commit b167e10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-cloud-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
env:
VESPA_TEAM_API_KEY: ${{ secrets.VESPA_TEAM_API_KEY }}
CO_API_KEY: ${{ secrets.VESPA_CLOUD_SECRET_TOKEN }}
SD_ZIP_ARTIFACTS: true
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}}
run: |
pytest tests/integration/test_integration_vespa_cloud_token.py -s -v

0 comments on commit b167e10

Please sign in to comment.