From df457752f3e4ab2555da57516662eef8d77718de Mon Sep 17 00:00:00 2001 From: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:14:30 +0530 Subject: [PATCH] Update ci_build_test.yaml --- .github/workflows/ci_build_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build_test.yaml b/.github/workflows/ci_build_test.yaml index 472ac25a..fe0451d8 100644 --- a/.github/workflows/ci_build_test.yaml +++ b/.github/workflows/ci_build_test.yaml @@ -81,7 +81,7 @@ jobs: # Connect to Semgrep Cloud Platform through your SEMGREP_APP_TOKEN. # Generate a token from Semgrep Cloud Platform > Settings # and add it to your GitHub secrets. - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} + SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}