From 67dbe98904208ec5990cc1d1075e81b187605bf9 Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Thu, 17 Oct 2024 15:48:26 -0700 Subject: [PATCH] tc --- .github/workflows/update-viablestrict.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-viablestrict.yml b/.github/workflows/update-viablestrict.yml index dd5fb7bc2e7..bccd8b7b73b 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -22,4 +22,6 @@ jobs: stable-branch: viable/strict requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\", \"^Android$\", \"^Apple$\"]' secret-bot-token: ${{ secrets.UPDATEBOT_TOKEN }} - rockset-api-key: ${{ secrets.ROCKSET_API_KEY }} + clickhouse-url: ${{ secrets.CLICKHOUSE_URL }} + clickhouse-username: ${{ secrets.CLICKHOUSE_VIABLESTRICT_USERNAME }} + clickhouse-password: ${{ secrets.CLICKHOUSE_VIABLESTRICT_PASSWORD }}