Skip to content

Commit

Permalink
Fix typo in token input docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Sep 11, 2023
1 parent b2dd2d6 commit d6b58a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ We therefore suggest you create a fine-grained Personal Access Token (PAT) that

Note that fine-grained tokens expire after one year. You'll receive an email from GitHub when your token is about to expire, at which point you must regenerate it. Make sure to update the token string in your repository's secrets.

4. When you call the `ossf/scorecard-action` in your workflow, pass the token as `repo-token: ${{ secrets.SCORECARD_TOKEN }}`.
4. When you call the `ossf/scorecard-action` in your workflow, pass the token as `repo_token: ${{ secrets.SCORECARD_TOKEN }}`.

## View Results

Expand Down

0 comments on commit d6b58a4

Please sign in to comment.