Skip to content

Sync with Upstream #862

Sync with Upstream

Sync with Upstream #862

Workflow file for this run

name: Sync with Upstream
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: repo-sync
uses: rancher/gh-issue-mgr/github-sync@main
with:
source_repo: "https://github.com/longhorn/longhorn-share-manager.git"
source_branch: "v*.*.x"
destination_branch: "v*.*.x"
sync_tags: "true"
github_token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}