Skip to content

Commit 0712b4f

Browse files
authored
Update scorecard workflow to use GITHUB_TOKEN (#3564)
1 parent 7d26857 commit 0712b4f

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
# Public repositories:
4444
# - Publish results to OpenSSF REST API for easy access by consumers

0 commit comments

Comments
 (0)