Skip to content

Test syncing workflows #1

Test syncing workflows

Test syncing workflows #1

name: Create PR from main to develop
on:
push:
branches: main
jobs:
call_sync_develop_and_main:
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_develop_and_main.yml@dev/use-node-20
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}