Skip to content

Commit

Permalink
feat: Add PAT for Branch Protection Check
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 22, 2023
1 parent 06f8ba7 commit b44a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
# - you want to enable the Branch-Protection check on a *public* repository, or
# - you are installing Scorecard on a *private* repository
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
repo_token: ${{ secrets.SCORECARD_TOKEN_PAT }}

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

0 comments on commit b44a52e

Please sign in to comment.