Mirror to Giltab #942
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Mirror to Giltab | |
| on: | |
| push: | |
| delete: | |
| create: | |
| workflow_dispatch: | |
| jobs: | |
| to_gitlab: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: config git | |
| run: git config --global http.postBuffer 524288000 | |
| - uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 0 | |
| - uses: yesolutions/mirror-action@master | |
| with: | |
| REMOTE: '${{ secrets.GITLAB_ADDER }}/cicd/masa.alert.git' | |
| GIT_USERNAME: ${{ secrets.GIT_USERNAME }} | |
| GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} | |
| PUSH_ALL_REFS: "false" | |