Skip to content

Commit

Permalink
Trying w/ gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luís Rodrigues committed Feb 22, 2024
1 parent 011ba26 commit c7c4814
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit c7c4814

Please sign in to comment.