diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b26bef5..d62b605 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - token: ${{ secrets.GH_TOKEN_AUTO_MERGE }} + token: ${{ secrets.GH_TOKEN_AUTO_MERGE2 }} - name: Merge main into aliyun run: |