Skip to content

Merge pull request #35 from SolaceLabs/fix-main #3

Merge pull request #35 from SolaceLabs/fix-main

Merge pull request #35 from SolaceLabs/fix-main #3

Workflow file for this run

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