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 }}