Skip to content

chore(deps): update yarn to v4.5.0 #45

chore(deps): update yarn to v4.5.0

chore(deps): update yarn to v4.5.0 #45

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
jobs:
mirror:
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 "collaborative-editor+streamich@users.noreply.github.com"
git remote add mirror "https://oauth2:${token}@gitlab.com/streamich/collaborative-editor.git"
git push mirror master