From 7201b4a811ede9ea52822d830f990582bdbe650c Mon Sep 17 00:00:00 2001 From: Sam <77185816+sojinsamuel@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:01:09 +0530 Subject: [PATCH] Typographical Error (#1197) Update Typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f957cd..f7309f51 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ on: ``` > **Warning** -> If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. +> If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentially run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. ```yml permissions: