fix: update token for Trivy SARIF upload to use CPMP_GHPR_TOKEN

This commit is contained in:
Wikid82
2025-11-22 14:44:54 -05:00
parent 44ecea5349
commit 1bb592d7cd

View File

@@ -162,7 +162,7 @@ jobs:
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.26.13
with:
sarif_file: 'trivy-results.sarif'
token: ${{ secrets.PROJECT_TOKEN }}
token: ${{ secrets.CPMP_GHPR_TOKEN }}
- name: Create summary
if: steps.skip.outputs.skip_build != 'true'