From 72bb7bfebfe553e080cbbc37eda2679e638575a6 Mon Sep 17 00:00:00 2001 From: Alex Leventer Date: Wed, 4 Sep 2019 17:17:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71e9a142..d1734697 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ jobs: GH_TOKEN: "${{ secrets.GH_TOKEN }}" ``` 3. Generate a [personal access GitHub token](https://github.com/settings/tokens). -4 Add the following environment variable to your repository secrets: `GH_TOKEN={{your personal access token}}` +4. Add the following environment variable to your repository secrets: `GH_TOKEN={{your personal access token}}`.