We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 134f129 + 43201e5 commit 3be1d84Copy full SHA for 3be1d84
.github/workflows/scorecard.yml
@@ -41,7 +41,7 @@ jobs:
41
# (Optional) fine-grained personal access token. Uncomment the `repo_token` line below if:
42
# - you want to enable the Branch-Protection check on a *public* repository, or
43
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-fine-grained-pat-optional.
44
- # repo_token: ${{ secrets.SCORECARD_TOKEN }}
+ repo_token: ${{ secrets.SCORECARD_TOKEN }}
45
46
# Publish the results for public repositories to enable scorecard badges. For more details, see
47
# https://github.com/ossf/scorecard-action#publishing-results.
0 commit comments