332374b3fe
* Create sync-mainline.yaml * Create sync-staging.yaml
19 Zeilen
502 B
YAML
19 Zeilen
502 B
YAML
name: Sync amd-mainline to public repository
|
|
|
|
on:
|
|
push:
|
|
branches: [ amd-mainline ]
|
|
|
|
jobs:
|
|
git-mirror:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: git-sync
|
|
uses: wei/git-sync@v3
|
|
with:
|
|
source_repo: "git@github.com:ROCm/rocprofiler-sdk-internal.git"
|
|
source_branch: "amd-mainline"
|
|
destination_repo: "git@github.com:ROCm/rocprofiler-sdk.git"
|
|
destination_branch: "amd-mainline"
|
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|