From ba8dfbab3d62645a7c60caaf2cfb4be31ac0b9f5 Mon Sep 17 00:00:00 2001 From: Bence Nagy Date: Thu, 28 Mar 2024 16:48:42 -0700 Subject: [PATCH] Update semgrep.yml --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index c0cdcbb..f8b2cbc 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -35,4 +35,4 @@ 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_APP_TOKEN }}