mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-14 02:55:54 +08:00
ci: 去除 GitLab Sync
This commit is contained in:
parent
e229408a2d
commit
99396773f6
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -76,8 +76,8 @@ jobs:
|
|||||||
git commit -m "release: ${{ steps.tag.outputs.release_tag }}"
|
git commit -m "release: ${{ steps.tag.outputs.release_tag }}"
|
||||||
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
|
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
|
||||||
git push -f -u origin release
|
git push -f -u origin release
|
||||||
- name: Sync to GitLab
|
# - name: Sync to GitLab
|
||||||
env:
|
# env:
|
||||||
GITLAB_PIPELINE_TOKEN: ${{ secrets.GITLAB_PIPELINE_TOKEN }}
|
# GITLAB_PIPELINE_TOKEN: ${{ secrets.GITLAB_PIPELINE_TOKEN }}
|
||||||
run: |
|
# run: |
|
||||||
curl -X POST --fail -F token=$GITLAB_PIPELINE_TOKEN -F ref=master https://gitlab.com/api/v4/projects/48891296/trigger/pipeline
|
# curl -X POST --fail -F token=$GITLAB_PIPELINE_TOKEN -F ref=master https://gitlab.com/api/v4/projects/48891296/trigger/pipeline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user