Skip to content

Commit

Permalink
feat(ci): add mirror action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandonPierre committed Sep 8, 2023
1 parent 3708421 commit 7617562
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 377 deletions.
74 changes: 0 additions & 74 deletions .github/workflows/master-latest.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Mirror to Gitlab

on: [push]

jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/[email protected]
with:
REMOTE: 'https://gitlab.com/${{ github.repository }}'
GIT_USERNAME: ${{ secrets.ORG_GITLAB_SYNC_UN }}
GIT_PASSWORD: ${{ secrets.ORG_GITLAB_SYNC_PW }}
120 changes: 0 additions & 120 deletions .github/workflows/tags.yaml

This file was deleted.

183 changes: 0 additions & 183 deletions .github/workflows/test.yaml

This file was deleted.

0 comments on commit 7617562

Please sign in to comment.