From 756f01a561eb6939fdbcc6d2b0c6737d6d20ac18 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 12 Feb 2026 18:36:20 -0800 Subject: [PATCH] fix auto merge gh pat (#4733) --- .github/workflows/auto-merge-sync.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge-sync.yml b/.github/workflows/auto-merge-sync.yml index 3947a92b..435f28e4 100644 --- a/.github/workflows/auto-merge-sync.yml +++ b/.github/workflows/auto-merge-sync.yml @@ -25,7 +25,7 @@ jobs: run: | case "${{ github.event.pull_request.user.login }}" in wintonzheng) - echo "GH_PAT=${{ secrets.SKYVERN_OSS_GH_PAT }}" >> $GITHUB_OUTPUT + echo "GH_PAT=${{ secrets.SKYVERN_CLOUD_GH_PAT }}" >> $GITHUB_OUTPUT ;; LawyZheng) echo "GH_PAT=${{ secrets.LAWY_GH_PAT }}" >> $GITHUB_OUTPUT @@ -43,7 +43,8 @@ jobs: echo "GH_PAT=${{ secrets.CELAL_GH_PAT }}" >> $GITHUB_OUTPUT ;; *) - echo "GH_PAT=${{ secrets.SKYVERN_OSS_GH_PAT }}" >> $GITHUB_OUTPUT + echo "GH_PAT=${{ secrets.SKYVERN_CLOUD_GH_PAT }}" >> $GITHUB_OUTPUT + echo "Author $PR_AUTHOR is not in the approved list" ;; esac - name: Auto-merge PR