Skip to content

Merge pull request #37 from SolaceLabs/fix_sync #7

Merge pull request #37 from SolaceLabs/fix_sync

Merge pull request #37 from SolaceLabs/fix_sync #7

Workflow file for this run

name: sync-fork
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
env:
GH_TOKEN: ${{ secrets.GH_PAT }}
if: github.repository == 'SolaceLabs/solace-ai-connector'
steps:
- run: gh repo sync SolaceDev/solace-ai-connector --source SolaceLabs/solace-ai-connector --branch ${{github.ref_name}}