From 5d67a2b940659904956f3667892508b71b0a63dd Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Fri, 13 Jun 2025 09:19:24 -0600 Subject: [PATCH] Fix typo in release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11baccb07..5d3849c4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ permissions: # only required for workflows in private repositories actions: read - pull-request: read + pull-requests: read contents: write # required by the mongodb-labs/drivers-github-tools/setup@v2 step