a2dc4ec041
* Update formatting.yml * Update codeql.yml * Update docs.yml * Update generate_afar.yml * Update python.yml * Update rerun.yml * Update restrictions.yml * Update rocm_release_compatibility.yml * Update scan.yaml * Update sync-mainline.yaml * Update sync-staging.yaml
18 строки
574 B
YAML
18 строки
574 B
YAML
name: Sync amd-mainline to public repository
|
|
|
|
on:
|
|
push:
|
|
branches: [ amd-mainline ]
|
|
|
|
jobs:
|
|
git-mirror:
|
|
runs-on: rocprof-azure-docker-emu-runner-set
|
|
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-sdk-internal.git"
|
|
source_branch: "amd-mainline"
|
|
destination_repo: "https://${{ secrets.EXT_TOKEN }}@github.com/ROCm/rocprofiler-sdk.git"
|
|
destination_branch: "amd-mainline"
|