mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
ci: mirror to gitlab
This commit is contained in:
parent
dd9ff1b3c8
commit
29676d5c4b
19
.github/workflows/mirror.yml
vendored
Normal file
19
.github/workflows/mirror.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: Mirror and run GitLab CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Mirror + trigger CI
|
||||||
|
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
|
||||||
|
with:
|
||||||
|
args: "https://gitlab.com/shanmiteko/LotteryAutoScript"
|
||||||
|
env:
|
||||||
|
GITLAB_HOSTNAME: "gitlab.com"
|
||||||
|
GITLAB_USERNAME: "shanmiteko"
|
||||||
|
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
|
||||||
|
GITLAB_PROJECT_ID: "36365601"
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
@ -18,10 +18,14 @@
|
|||||||
|
|
||||||
[Github仓库链接](https://github.com/shanmiteko/LotteryAutoScript)
|
[Github仓库链接](https://github.com/shanmiteko/LotteryAutoScript)
|
||||||
|
|
||||||
[](https://github.com/shanmiteko/LotteryAutoScript/actions/workflows/pkg.yml)<br>
|
[](https://github.com/shanmiteko/LotteryAutoScript/actions/workflows/pkg.yml)
|
||||||
[](https://github.com/shanmiteko/LotteryAutoScript/actions/workflows/docker.yml)<br>
|
|
||||||
|
[](https://github.com/shanmiteko/LotteryAutoScript/actions/workflows/docker.yml)
|
||||||
|
|
||||||
[](https://github.com/shanmiteko/LotteryAutoScript/actions/workflows/npmp.yml)
|
[](https://github.com/shanmiteko/LotteryAutoScript/actions/workflows/npmp.yml)
|
||||||
|
|
||||||
|
[](https://github.com/shanmiteko/LotteryAutoScript/actions/workflows/mirror.yml)
|
||||||
|
|
||||||
已实现功能:
|
已实现功能:
|
||||||
|
|
||||||
- 监控用户转发
|
- 监控用户转发
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user