From f3034a77a1da4c8286e330f3cdf3052ff548bae3 Mon Sep 17 00:00:00 2001 From: James Ives Date: Tue, 26 Jul 2022 21:46:26 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 034244620..0ff5d27aa 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ 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 potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. + ```yml permissions: contents: write