From 4c2569bad1865c45e0be37b5e06ee5a6b805a93e Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Sat, 23 Mar 2024 18:20:14 -0600 Subject: [PATCH] add docs note around permissions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86968ffc..a2d35405 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ permissions: statuses: read # Required for checking if all commit statuses are "success" in order to deploy the PR ``` -These are the minimum permissions you need to run this Action +These are the minimum permissions you need to run this Action. If you need further assistance with permissions within GitHub Actions, please review the following [documentation](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token). ```yaml jobs: