swagger页面增加登录验证;不再将默认用户密码写入提示框;验证增加cookie模式; #39
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 the Github | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Mirror the Github organization repos to Gitee. | |
uses: Yikun/hub-mirror-action@master | |
with: | |
src: 'github/vanjoge' | |
dst: 'gitee/vanjoge' | |
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | |
static_list: 'gbSip' | |
force_update: true | |
debug: true |