chore: sync to GitLab

This commit is contained in:
xream
2023-08-30 16:13:22 +08:00
parent 6ac729c7e6
commit 954f08fca0
2 changed files with 6 additions and 1 deletions

View File

@@ -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