We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b114182 commit e865be0Copy full SHA for e865be0
.github/workflows/tests-e2e.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Run tests
51
env:
52
- NEPTUNE_E2E_WORKSPACE: ${{ secrets.E2E_WORKSPACE }}
+ NEPTUNE_E2E_WORKSPACE: ${{ vars.NEPTUNE_E2E_WORKSPACE }}
53
NEPTUNE_E2E_API_TOKEN: ${{ secrets[format('E2E_API_TOKEN{0}', matrix.env_suffix)] }}
54
NEPTUNE_HTTP_REQUEST_TIMEOUT_SECONDS: "15"
55
NEPTUNE_QUERY_FILES_TIMEOUT: "240"
0 commit comments