From 782cb03fe1baaa7c4f92aaa3930d173ea606d759 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 19 Feb 2025 13:34:51 -0800 Subject: [PATCH] add a note to use `contents: read` for checkout --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ca9aea..eac12d8 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ permissions: pull-requests: write issues: write checks: read + contents: read # useful if your workflows call actions/checkout@vX.X.X jobs: demo: