Skip to content

Updated copyright notices ↞ [auto-sync from https://github.com/adamlu… #241

Updated copyright notices ↞ [auto-sync from https://github.com/adamlu…

Updated copyright notices ↞ [auto-sync from https://github.com/adamlu… #241

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