Skip to content

Merge pull request #23 from jsonjoy-com/up #28

Merge pull request #23 from jsonjoy-com/up

Merge pull request #23 from jsonjoy-com/up #28

Workflow file for this run

name: Mirror
on:
push:
branches: [ master ]
jobs:
mirror:
name: Push To Gitlab
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push To Gitlab
env:
token: ${{ secrets.GITLAB_TOKEN }}
run: |
git config user.name "streamich"
git config user.email "reactive-rpc@users.noreply.github.com"
git remote add mirror "https://oauth2:${token}@gitlab.com/streamich/reactive-rpc.git"
git push mirror master