Skip to content

Adding public sync (#703) #1

Adding public sync (#703)

Adding public sync (#703) #1

Workflow file for this run

name: Sync amd-staging to public repository
on:
push:
branches: [ amd-staging ]
jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "[email protected]:ROCm/rocprofiler-sdk-internal.git"
source_branch: "amd-staging"
destination_repo: "[email protected]:ROCm/rocprofiler-sdk.git"
destination_branch: "amd-staging"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}