From b21eece6ccdad6696128afee8e6324a08eea4fdf Mon Sep 17 00:00:00 2001 From: Steven Susanto Date: Mon, 1 Dec 2025 09:37:28 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0505559..e87a450 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: ### SCANNING OPTIONAL: Pull Request comments polaris_prComment_enabled: true - github_token: ${{ secrets.GITHUB_TOKEN }} # Required when Pull Request comments field enabled + github_token: ${{ secrets.POLARIS_GITHUB_TOKEN }} # Required when Pull Request comments field enabled ### ENABLE OPTIONAL SCAN REPORTS polaris_reports_sarif_create: true