Skip to content

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

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

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

name: Release Drafter
on:
push:
branches:
- master
jobs:
UpdateReleaseDraft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_PUBLISH_SECRETS }}