Skip to content

Commit 4439e8d

Browse files
authored
Merge pull request #4 from voyage-ai/cc/configure_release_workflow_secrets
infra: configure release workflow secrets
2 parents 8861c5d + eec4f1c commit 4439e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Run integration tests
167167
env:
168-
PARTNER_API_KEY: ${{ secrets.PARTNER_API_KEY }}
168+
VOYAGE_API_KEY: ${{ secrets.VOYAGE_API_KEY }}
169169
run: |
170170
uv sync --group test --group test_integration
171171
make integration_tests

0 commit comments

Comments
 (0)