mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
19 lines
520 B
YAML
19 lines
520 B
YAML
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 }} |