From bd9589c67fb858798c2e39087604ab0e7c049b8d Mon Sep 17 00:00:00 2001 From: hangyu Date: Mon, 30 Mar 2026 12:58:59 -0700 Subject: [PATCH 1/2] Update release_from_branches.yml --- .github/workflows/release_from_branches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_from_branches.yml b/.github/workflows/release_from_branches.yml index 5286cc18e04..323f76bd8ea 100644 --- a/.github/workflows/release_from_branches.yml +++ b/.github/workflows/release_from_branches.yml @@ -3,6 +3,8 @@ on: push: branches: - 'release-go_router' +permissions: + contents: write # Release needs to push a tag back to the repo. jobs: release: uses: ./.github/workflows/reusable_release.yml From 2544c2b6eb5f5fed9a5b115040be2eeb8049c7e8 Mon Sep 17 00:00:00 2001 From: hangyu Date: Mon, 30 Mar 2026 13:02:12 -0700 Subject: [PATCH 2/2] Update release_from_branches.yml --- .github/workflows/release_from_branches.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_from_branches.yml b/.github/workflows/release_from_branches.yml index 323f76bd8ea..afce74d51c3 100644 --- a/.github/workflows/release_from_branches.yml +++ b/.github/workflows/release_from_branches.yml @@ -4,7 +4,8 @@ on: branches: - 'release-go_router' permissions: - contents: write # Release needs to push a tag back to the repo. + # Release needs to push a tag back to the repo. + contents: write jobs: release: uses: ./.github/workflows/reusable_release.yml