This is an automated email from the ASF dual-hosted git repository. harishgokul01 pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
commit f5e99607f445758792630a53883e225bb2b6981f Author: harish876 <[email protected]> AuthorDate: Mon Jan 26 04:20:31 2026 +0000 checking if the git config works --- .github/workflows/deploy-ecosystem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ecosystem.yml b/.github/workflows/deploy-ecosystem.yml index 9afdce0c..1ab90800 100644 --- a/.github/workflows/deploy-ecosystem.yml +++ b/.github/workflows/deploy-ecosystem.yml @@ -164,7 +164,7 @@ jobs: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} VERCEL_ORG_ID: ${{ matrix.project.vercel_org_id || secrets.VERCEL_ORG_ID }} run: | - vercel deploy --prod --yes --token=$VERCEL_TOKEN + vercel deploy --prod --yes - name: Deployment Summary if: always()
