We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7510f8c commit 67dbe98Copy full SHA for 67dbe98
.github/workflows/update-viablestrict.yml
@@ -22,4 +22,6 @@ jobs:
22
stable-branch: viable/strict
23
requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\", \"^Android$\", \"^Apple$\"]'
24
secret-bot-token: ${{ secrets.UPDATEBOT_TOKEN }}
25
- rockset-api-key: ${{ secrets.ROCKSET_API_KEY }}
+ clickhouse-url: ${{ secrets.CLICKHOUSE_URL }}
26
+ clickhouse-username: ${{ secrets.CLICKHOUSE_VIABLESTRICT_USERNAME }}
27
+ clickhouse-password: ${{ secrets.CLICKHOUSE_VIABLESTRICT_PASSWORD }}
0 commit comments