Skip to content

ref: 适配最新的 @HasPermission 注解 #27

ref: 适配最新的 @HasPermission 注解

ref: 适配最新的 @HasPermission 注解 #27

name: Sync Remote Repository
on:
push:
branches:
- master
- jdk_17
jobs:
sync-repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.pig4cloud.com/pig/CGTM.git'
GIT_USERNAME: lengleng
GIT_PASSWORD: ${{ secrets.GIT_GOGS_PASSWORD }}