From 183ced3d7b6893a59ae660805d0ba570fda1ca1f Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Tue, 12 Sep 2023 22:03:51 +0200 Subject: [PATCH] Fix typo in token input docs (#1258) Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eea5044d..28ea4437 100644 --- a/README.md +++ b/README.md @@ -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