Skip to content

Commit 00ca0ad

Browse files
committed
(ci) Add Mirror Github Action
1 parent 80b8337 commit 00ca0ad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: mirror github ibm
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
mirror:
13+
uses: ibm-skills-network/.github/.github/workflows/mirror-github-ibm.yml@main
14+
with:
15+
repo_name: charts
16+
secrets:
17+
ssh_private_key:
18+
${{ secrets.MIRROR_GITHUB_IBM_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)