From 70c9730d7271adeb92665824a321d1fcecb65c83 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Sun, 27 Oct 2024 10:11:28 -0400 Subject: [PATCH] docs(#184): update example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ac041a..4e15120 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ jobs: labeler: runs-on: ubuntu-latest permissions: - content: read + contents: read issues: write steps: -