Skip to content

📚 Sync docs from alaudadevops/tektoncd-operator on 4fc365f2790966f7cf… #43

📚 Sync docs from alaudadevops/tektoncd-operator on 4fc365f2790966f7cf…

📚 Sync docs from alaudadevops/tektoncd-operator on 4fc365f2790966f7cf… #43

name: Reverse Sync on Push
on:
push:
branches:
- main
- release-*
# Limit token capabilities to what the job really needs
permissions:
contents: read # checkout / git diff
pull-requests: write # create PR in target repo
# (Optional) Prevent multiple syncs of the same ref running in parallel
concurrency:
group: reverse-sync-${{ github.ref }}
cancel-in-progress: true
jobs:
reverse-sync:
uses: alaudadevops/run-actions/.github/workflows/reverse-sync-push.yml@main
with:
target_repo: alaudadevops/tektoncd-operator
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}