From 2fa374a7810d7baf448796901e5634db8eff9d5a Mon Sep 17 00:00:00 2001 From: Srinivasan Sekar Date: Fri, 27 Dec 2024 17:00:42 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de3fc949..96cc9822 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 with: submodules: true - token: "1234" + token: ${{ secrets.CI }} - name: Checkout submodules shell: bash