Syncing drafts branch with main 🚀 #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update drafts branch from main | |
run-name: Syncing drafts branch with main 🚀 | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
sync-drafts: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Synchronize Branch | |
uses: jojomatik/[email protected] | |
with: | |
source: "main" | |
target: "drafts" | |
strategy: "force" | |
env: | |
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}." |