We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7451a commit 411b920Copy full SHA for 411b920
1 file changed
.github/workflows/auto-sync-core.yml
@@ -65,14 +65,13 @@ jobs:
65
id: create_pr
66
if: steps.merge.outputs.status == 'conflict'
67
with:
68
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.DOCS_PAT }}
69
title: "Merge ${{ github.ref_name }} into ${{ matrix.branch }} (Conflicts)"
70
body: The CLI autogenerated these changes to the SDK
71
branch: merge-${{ github.ref_name }}-into-${{ matrix.branch }}
72
delete-branch: true
73
base: ${{ matrix.branch }}
74
labels: bot
75
- token: ${{ secrets.DOCS_PAT }}
76
77
- name: Collect PR URL
78
id: collect_pr
0 commit comments