diff --git a/.github/workflows/security-code-scanner.yml b/.github/workflows/security-code-scanner.yml index e9c7dfd3a..5e2fd996f 100644 --- a/.github/workflows/security-code-scanner.yml +++ b/.github/workflows/security-code-scanner.yml @@ -30,5 +30,5 @@ jobs: '**/jest.environment.js' '**/jest.config.js' node_modules - mixpanel_project_token: ${{secrets.SECURITY_CODE_SCANNER_MIXPANEL_TOKEN}} + project_metrics_token: ${{secrets.SECURITY_SCAN_METRICS_TOKEN}} slack_webhook: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}