Skip to content

Commit 411b920

Browse files
committed
use pat 2
1 parent 8e7451a commit 411b920

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/auto-sync-core.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,13 @@ jobs:
6565
id: create_pr
6666
if: steps.merge.outputs.status == 'conflict'
6767
with:
68-
token: ${{ secrets.GITHUB_TOKEN }}
68+
token: ${{ secrets.DOCS_PAT }}
6969
title: "Merge ${{ github.ref_name }} into ${{ matrix.branch }} (Conflicts)"
7070
body: The CLI autogenerated these changes to the SDK
7171
branch: merge-${{ github.ref_name }}-into-${{ matrix.branch }}
7272
delete-branch: true
7373
base: ${{ matrix.branch }}
7474
labels: bot
75-
token: ${{ secrets.DOCS_PAT }}
7675

7776
- name: Collect PR URL
7877
id: collect_pr

0 commit comments

Comments
 (0)