Skip to content

feat: support to download as stream with bearer token auth (#488) #245

feat: support to download as stream with bearer token auth (#488)

feat: support to download as stream with bearer token auth (#488) #245

Workflow file for this run

name: Backup Git repository
on:
workflow_dispatch:
push:
branches:
- master
jobs:
BackupGit:
runs-on: ubuntu-22.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"