Skip to content

Commit c25ffad

Browse files
committed
int - Added GL mirror
--- Type: int Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent 5b04590 commit c25ffad

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/syncmirror.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'Sync with GL mirror'
2+
on: push
3+
4+
jobs:
5+
sync:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v5
9+
with:
10+
submodules: 'true'
11+
fetch-depth: 0
12+
- name: Add mirror auth info
13+
run: git remote add alternate https://AptiviCEO:${{ secrets.GL_APIKEY }}@gitlab.com/aptivi/analytics/NamesList.git
14+
- name: Push to mirror
15+
run: git push alternate

0 commit comments

Comments
 (0)