Skip to content

Commit d19a935

Browse files
committed
int - Fixed GL link
--- Type: int Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent f1a8a66 commit d19a935

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/syncmirror.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
submodules: 'true'
1818
fetch-depth: 0
1919
- name: Add mirror auth info
20-
run: git remote add alternate https://AptiviCEO:${{ secrets.GL_APIKEY }}@gitlab.com/aptivi/analytics/${{ github.repository }}.git
20+
run: |
21+
echo REPO_NAME=$(echo "${{ github.repository }}" | cut -d "/" -f 2) >> $GITHUB_ENV
22+
git remote add alternate https://AptiviCEO:${{ secrets.GL_APIKEY }}@gitlab.com/aptivi/analytics/${{ env.REPO_NAME }}.git
2123
- name: Push to mirror
2224
run: git push alternate

0 commit comments

Comments
 (0)