Skip to content

Merge pull request #130 from adamlui/dependabot/npm_and_yarn/dev-depe… #91

Merge pull request #130 from adamlui/dependabot/npm_and_yarn/dev-depe…

Merge pull request #130 from adamlui/dependabot/npm_and_yarn/dev-depe… #91

name: Sync changes to GitLab
on:
push:
branches: [main]
permissions:
contents: read
jobs:
build:
if: (github.repository == 'adamlui/js-utils')
runs-on: ubuntu-latest
env:
TZ: PST8PDT
steps:
- name: Checkout adamlui/js-utils
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: Push changes to gitlab.com/adamlui/js-utils
env:
GITLAB_SYNC_PAT: ${{ secrets.GITLAB_SYNC_PAT }}
run: |
git push --force -o ci.skip \
https://oauth2:$GITLAB_SYNC_PAT@gitlab.com/adamlui/js-utils.git main