Skip to content

Feat/oauth2 role (#75) #123

Feat/oauth2 role (#75)

Feat/oauth2 role (#75) #123

Workflow file for this run

name: 'GitHub Actions Mirror'
on:
push:
branches:
- main
jobs:
mirror_to_gitee:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Mirror to gitee'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:mss-boot-io/mss-boot.git
ssh_private_key: ${{ secrets.ssh_private_key }}