Skip to content

Commit 8c1554b

Browse files
authored
chore: update scorecard workflow to use GITHUB_TOKEN (#1092)
1 parent ac998a4 commit 8c1554b

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
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif
37-
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
37+
repo_token: ${{ secrets.GITHUB_TOKEN }}
3838

3939
# Public repositories:
4040
# - Publish results to OpenSSF REST API for easy access by consumers

0 commit comments

Comments
 (0)