Skip to content

Deleted OpenTools.ai shields ↞ [auto-sync from https://github.com/ada… #1243

Deleted OpenTools.ai shields ↞ [auto-sync from https://github.com/ada…

Deleted OpenTools.ai shields ↞ [auto-sync from https://github.com/ada… #1243

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