a871e3534a
* Update codeql.yml * Update codeql.yml * Update codeql.yml * Update codeql.yml * Update codeql.yml * Update codeql.yml * Update codeql.yml * Update codeql.yml * Update codeql.yml * Update codeql.yml * clean up * clean up * clean up * Update codeql.yml * Update codeql.yml --------- Co-authored-by: Ammar ELWazir <aelwazir@amd.com>
19 строки
582 B
YAML
19 строки
582 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-sdk-internal.git"
|
|
source_branch: "amd-mainline"
|
|
destination_repo: "https://${{ secrets.EXT_TOKEN }}@github.com/ROCm/rocprofiler-sdk.git"
|
|
destination_branch: "amd-mainline"
|