From c7c48140f08e2d41e8491610bf617fa43828c1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lu=C3=ADs=20Rodrigues?= Date: Thu, 22 Feb 2024 14:15:51 +0000 Subject: [PATCH] Trying w/ gh token --- .github/workflows/sync.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index eb0327e..1da0d7c 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -11,12 +11,10 @@ jobs: steps: - uses: actions/checkout@v1 - name: Push github branch to main - uses: Automattic/action-commit-to-branch@master + uses: codingforentrepreneurs/action-branch-to-branch@main with: dest_branch: 'main' source_branch: 'github' commit_message: 'Update main branch' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required - -