Skip to content

chore(deps): lock file maintenance (#31) #32

chore(deps): lock file maintenance (#31)

chore(deps): lock file maintenance (#31) #32

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
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 "[email protected]"
git remote add mirror "https://oauth2:${token}@gitlab.com/streamich/code-colors-react.git"
git push mirror main