11c9259043
* Update sync-mainline.yaml * Update sync-staging.yaml * Update formatting.yml
18 líneas
562 B
YAML
18 líneas
562 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: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
|
|
with:
|
|
source_repo: "https://${{ secrets.TOKEN }}@github.com/AMD-ROCm-Internal/rocprofiler-register-internal.git"
|
|
source_branch: "amd-mainline"
|
|
destination_repo: "https://${{ secrets.EXT_TOKEN }}@github.com/ROCm/rocprofiler-register.git"
|
|
destination_branch: "amd-mainline"
|