name:CIon:# Trigger the workflow on push or pull request events for the "production" branchpush:branches:["production"]# Allows you to run this workflow manually from the Actions tabworkflow_dispatch:jobs:run-pull:runs-on:ubuntu-lateststeps:-name:PULL# Use GitHub secrets to protect sensitive informationrun:>curl --location '${{ secrets.INSTANCE_URL }}/version-control/pull' --header'Content-Type: application/json' --header 'X-N8N-API-KEY: ${{ secrets.INSTANCE_API_KEY }}'