There was an error while loading. Please reload this page.
1 parent 3ad175f commit 4bae73bCopy full SHA for 4bae73b
1 file changed
.github/workflows/scorecard.yml
@@ -28,6 +28,10 @@ jobs:
28
with:
29
results_file: results.sarif
30
results_format: sarif
31
+ # Read-only PAT (Administration: read) so Scorecard can evaluate the
32
+ # Branch-Protection check, which the default GITHUB_TOKEN cannot read.
33
+ # Falls back gracefully (check stays inconclusive) if the secret is unset.
34
+ repo_token: ${{ secrets.SCORECARD_TOKEN }}
35
publish_results: true
36
- name: Upload artifact
37
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments