fix: correct YAML mappings for workflow secrets and tokens

This commit is contained in:
GitHub Actions
2025-12-03 05:34:04 +00:00
parent 24369727a8
commit f56d183b9a
6 changed files with 14 additions and 13 deletions

View File

@@ -172,7 +172,7 @@ jobs:
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
with:
sarif_file: 'trivy-results.sarif'
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.CHARON_TOKEN }}
- name: Create summary
if: steps.skip.outputs.skip_build != 'true'