From a6d21137b4437f72730909d757711ea5d3128a35 Mon Sep 17 00:00:00 2001 From: Troy Gaines Date: Sat, 10 Jun 2023 08:04:52 -0500 Subject: [PATCH] fix: spelling mistake in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a4db4a090a..86613481e00 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ If your workflow depends on this token, you need to create a [personal access to act -s GITHUB_TOKEN=[insert token or leave blank and omit equals for secure input] ``` -If [GitHub CLI](https://cli.github.com/) is installed, the [`gh auth token`](https://cli.github.com/manual/gh_auth_token) command can be used to autmatically pass the token to act +If [GitHub CLI](https://cli.github.com/) is installed, the [`gh auth token`](https://cli.github.com/manual/gh_auth_token) command can be used to automatically pass the token to act ```bash act -s GITHUB_TOKEN="$(gh auth token)"