Skip to content

feat: support to download file with basic auth (#487) #244

feat: support to download file with basic auth (#487)

feat: support to download file with basic auth (#487) #244

Workflow file for this run

name: Backup Git repository
on:
workflow_dispatch:
push:
branches:
- master
jobs:
BackupGit:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: backup
uses: jenkins-zh/[email protected]
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "[email protected]:linuxsuren/http-downloader.git"