Skip to content

Commit 7410477

Browse files
gniadeckWMS_BOT
authored andcommitted
Add copybara workflow
GitOrigin-RevId: 6fb02b7108ff347dbe47322a75f25545b7b97b77
1 parent c75b6e1 commit 7410477

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/copybara.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Move code
2+
on:
3+
push:
4+
pull_request_target:
5+
jobs:
6+
move-code:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: 0
12+
- uses: olivr/copybara-action@v1.2.4
13+
with:
14+
ssh_key: ${{ secrets.SSH_KEY }}
15+
access_token: ${{ secrets.GH_TOKEN }}
16+
sot_repo: WMS-DEV/StudentStats-internal
17+
destination_repo: WMS-DEV/StudentStats
18+
committer: WMS_BOT <kontakt@wmsdev.pl>
19+
push_exclude: service/src/main/resources/data/.supported_universities.csv

0 commit comments

Comments
 (0)