Files
rocm-systems/projects/rocprofiler/.github/workflows/sync-mainline.yaml
T
Elwazir, Ammar cb816c1c21 Update sync-mainline.yaml
[ROCm/rocprofiler commit: a84c455a9d]
2025-08-05 10:28:30 -05:00

19 rivejä
565 B
YAML

name: Sync amd-mainline to public repository
on:
workflow_dispatch:
push:
branches: [ amd-mainline ]
jobs:
git-mirror:
runs-on: AMD-ROCm-Internal-dev1
steps:
- name: git-sync
uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
with:
source_repo: "https://${{ secrets.TOKEN }}@github.com/AMD-ROCm-Internal/rocprofiler.git"
source_branch: "amd-mainline"
destination_repo: "https://${{ secrets.EXT_TOKEN }}@github.com/ROCm/rocprofiler.git"
destination_branch: "amd-mainline"