From fcce60d6edc47ee2cc2afcd75ae423c12e0ad054 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Fri, 23 Apr 2021 14:57:34 -0700 Subject: [PATCH] /.github/workflows/cd-release.yaml: try https clone --- .github/workflows/cd-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd-release.yaml b/.github/workflows/cd-release.yaml index eeb4ce0069..c46f0436c0 100644 --- a/.github/workflows/cd-release.yaml +++ b/.github/workflows/cd-release.yaml @@ -90,6 +90,7 @@ jobs: with: repository: dolthub/release-notes-generator token: ${{ secrets.REPO_ACCESS_TOKEN }} + ref: db/add-https-opt # sudo perl -MCPAN -e 'CPAN::Shell->rematein("notest", "install", "DateTime::Format::ISO8601")' # sudo perl -MCPAN -e 'CPAN::Shell->rematein("notest", "install", "Getopt::Long")' # sudo perl -MCPAN -e 'CPAN::Shell->rematein("notest", "install", "JSON::Parse")' @@ -106,6 +107,7 @@ jobs: -d dolthub/vitess dolthub/dolt v${{ github.event.inputs.version }} env: TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} + CLONE_HTTPS: 1 # - name: Post Changelog to Release # uses: actions/github-script@v4