Skip to content

Commit 173ca97

Browse files
committed
ci: momento-local tests continuing to use v1 key for setup
1 parent d521821 commit 173ca97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/momento-local-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414

1515
env:
16-
MOMENTO_API_KEY: ${{ secrets.ALPHA_API_KEY_V2 }}
16+
V1_API_KEY: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
1717
TEST_CACHE_NAME: python-integration-test-${{ matrix.python-version }}-${{ matrix.new-python-protobuf }}-${{ github.sha }}
1818

1919
steps:

0 commit comments

Comments
 (0)