From 6728aad79712d9a56b3e1e427057c75a748665d6 Mon Sep 17 00:00:00 2001 From: MetaMask Bot <37885440+metamaskbot@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:42:56 -0500 Subject: [PATCH] Update security code scanner file --- .github/workflows/security-code-scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-code-scanner.yml b/.github/workflows/security-code-scanner.yml index d2be2998f4..a449cbc3fa 100644 --- a/.github/workflows/security-code-scanner.yml +++ b/.github/workflows/security-code-scanner.yml @@ -26,5 +26,5 @@ jobs: node_modules merged-packages/ '**/jest.environment.js' - mixpanel_project_token: ${{secrets.SECURITY_CODE_SCANNER_MIXPANEL_TOKEN}} + project_metrics_token: ${{secrets.SECURITY_SCAN_METRICS_TOKEN}} slack_webhook: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}