You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--body "Automatic synchronization of commit from main: ${{ steps.get-commit.outputs.commit_hash }}\n\nChanges applied automatically by GitHub Actions."
--body "Automatic port of PR #${{ github.event.pull_request.number }} to next branch.\n\nOriginal PR: #${{ github.event.pull_request.number }}\nCreated automatically after adding the 'temp: port to docs-next' label."
148
148
env:
149
-
GITHUB_TOKEN: ${{ secrets.CONTENT_SYNC_TOKEN }}
149
+
GITHUB_TOKEN: ${{ secrets.SYNC_MAIN_TO_NEXT }}
150
150
151
151
# Job 3: Sync changes when a labeled PR is merged to main
--body "Synchronization of the merge commit from PR #${{ github.event.pull_request.number }} to next.\n\nThis PR replaces any previous port PR created for #${{ github.event.pull_request.number }}."
0 commit comments