Skip to content

Commit ab993da

Browse files
committed
ci(gitcode): ADD CI mirror gitcode
1 parent d4a190d commit ab993da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/mirror.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ on:
77
branches: [ master,jdk17,jdk17-dev,dev ]
88

99
jobs:
10+
gitcode:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: wearerequired/git-mirror-action@master #同步至 gitcode
14+
env:
15+
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
16+
with:
17+
source-repo: "[email protected]:pig-mesh/pig.git"
18+
destination-repo: "[email protected]:pig-mesh/pig.git"
1019
gitlink:
1120
runs-on: ubuntu-latest
1221
steps:

0 commit comments

Comments
 (0)