From 8e0194b29bc4bb6dd2338b6b7b915c56c2df6f58 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 13 Jan 2024 03:16:09 -0700 Subject: [PATCH] fix: permission with release workflow (#1851) --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index bf601bb3a3c..0bd9336e8ed 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -1,7 +1,7 @@ name: Update release version permissions: - contents: read + contents: write pull-requests: write on: