From a5b25532ea2774c75092c53ae3a17f16d4215cae Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Mon, 30 Mar 2026 16:11:43 +0000 Subject: [PATCH 1/2] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c15e408..04c5d6a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest environment: create_pull_request permissions: - contents: write + contents: read pull-requests: write steps: From b6a70d558806c9de8f0dcb1f4ed82a670e332afb Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Mon, 30 Mar 2026 16:16:55 +0000 Subject: [PATCH 2/2] do not need pull request --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 04c5d6a..cf68174 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ jobs: environment: create_pull_request permissions: contents: read - pull-requests: write steps: - name: Sync shared instructions