Skip to content

Commit

Permalink
.github/workflows: use GITHUB_TOKEN instead of SCORECARD_READ_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Jan 31, 2022
1 parent 719b7d8 commit db1987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
results_format: sarif
# Read-only PAT token. To create it,
# follow the steps in https://github.com/ossf/scorecard-action#pat-token-creation.
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
# Publish the results to enable scorecard badges. For more details, see
# https://github.com/ossf/scorecard-action#publishing-results.
# For private repositories, `publish_results` will automatically be set to `false`,
Expand Down

0 comments on commit db1987b

Please sign in to comment.