From bc62f58e25138e17c301abffb8a0aa54ff8617f3 Mon Sep 17 00:00:00 2001 From: Min Jin Date: Fri, 6 Jun 2025 08:26:40 -0700 Subject: [PATCH] switch to PAT_TOKEN for git branch push Signed-off-by: Min Jin --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e48d1b629e..7d4bacb4e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,8 @@ jobs: echo "${{ github.event.inputs.nextDevelopmentVersion }}" | perl -ne 'die unless m/^\d+\.\d+\.\d+-SNAPSHOT$/' - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT_TOKEN }} - name: Check Actor run: | # Release actor should be in the OWNER list