Skip to content

Commit f4bf26f

Browse files
authored
Update to use GITHUB_TOKEN for scorecard reports (#521)
1 parent 4722a0e commit f4bf26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
results_file: results.sarif
3737
results_format: sarif
38-
repo_token: ${{ secrets.SCORECARD_TOKEN }}
38+
repo_token: ${{ secrets.GITHUB_TOKEN }}
3939

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

0 commit comments

Comments
 (0)