LiteLoaderBDS-1.16.40/Tools/ScriptX/.github/workflows/sync_to_tencent_code.yml
2023-03-03 10:18:21 -08:00

21 lines
503 B
YAML

name: Mirror to Tencent Code
on:
push:
delete:
jobs:
sync:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: mirror-repository
uses: spyoungtech/mirror-action@v0.4.3
with:
REMOTE: 'https://git.code.tencent.com/Tencent_Open_Source/ScriptX.git'
GIT_USERNAME: ${{ secrets.TENCENT_CODE_GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.TENCENT_CODE_GIT_PASSWORD }}