From d61ec5c24f59298705817bb5310b12a09b342d27 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 17 Nov 2021 11:23:48 -0500 Subject: [PATCH] workflow(goreleaser): clone internal repos --- .github/workflows/goreleaser.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 229f547746aae308222e1bbd9305f403082ee264..7ed502ff43d773d4d0d1bc2cf50b10637d333053 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -17,6 +17,12 @@ jobs: with: fetch-depth: 0 + - name: Clone internal repositories + run: | + git clone -b release https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/charm-internal ../charm + git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/bubbletea-internal ../bubbletea + git clone -b main https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/wish ../wish + - name: Set up Go uses: actions/setup-go@v2 with: