We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521821 commit 173ca97Copy full SHA for 173ca97
1 file changed
.github/workflows/momento-local-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
15
env:
16
- MOMENTO_API_KEY: ${{ secrets.ALPHA_API_KEY_V2 }}
+ V1_API_KEY: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
17
TEST_CACHE_NAME: python-integration-test-${{ matrix.python-version }}-${{ matrix.new-python-protobuf }}-${{ github.sha }}
18
19
steps:
0 commit comments