Skip to content

Commit 1aa597b

Browse files
committed
scorecard should be able to use GITHUB_TOKEN now we are using rulesets for branch protection
1 parent 00b8023 commit 1aa597b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
results_file: results.sarif
4040
results_format: sarif
41-
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
41+
repo_token: ${{ secrets.GITHUB_TOKEN }}
4242

4343
# Publish the results for public repositories to enable scorecard badges. For more details, see
4444
# https://github.com/ossf/scorecard-action#publishing-results.

0 commit comments

Comments
 (0)