fix: 风控导致动态全为过时 #227
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror and run GitLab CI | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Mirror + trigger CI | |
uses: SvanBoxel/gitlab-mirror-and-ci-action@master | |
with: | |
args: "https://gitlab.com/shanmiteko/LotteryAutoScript" | |
env: | |
FORCE_PUSH: "true" | |
GITLAB_HOSTNAME: "gitlab.com" | |
GITLAB_USERNAME: "shanmiteko" | |
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} | |
GITLAB_PROJECT_ID: "36365601" | |
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |