Skip to content

feat: add built-in timeout interceptor (#4) #23

feat: add built-in timeout interceptor (#4)

feat: add built-in timeout interceptor (#4) #23

Workflow file for this run

name: Sync to Gitee
on:
push:
branches: [dev, main]
jobs:
deploy-site-sync-gitee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:varletjs/axle.git
destination-repo: [email protected]:varlet/axle.git