From b29266ac570b23df64a5e8fc995a877e518e8589 Mon Sep 17 00:00:00 2001 From: xream Date: Wed, 30 Aug 2023 16:13:22 +0800 Subject: [PATCH] chore: sync to GitLab --- .github/workflows/main.yml | 5 +++++ backend/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c3d1f9..195549e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,3 +64,8 @@ jobs: ./backend/dist/sub-store-parser.loon.min.js ./backend/dist/cron-sync-artifacts.min.js ./backend/dist/sub-store.bundle.js + - name: Sync to GitLab + env: + GITLAB_PIPELINE_TOKEN: ${{ secrets.GITLAB_PIPELINE_TOKEN }} + run: | + curl -X POST --fail -F token=$GITLAB_PIPELINE_TOKEN -F ref=master https://gitlab.com/api/v4/projects/48891296/trigger/pipeline diff --git a/backend/package.json b/backend/package.json index 2787255..75ee572 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.44", + "version": "2.14.45", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": {