Skip to content

Commit

Permalink
workflow(goreleaser): clone internal repos
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Nov 17, 2021
1 parent 29794a6 commit d61ec5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d61ec5c

Please sign in to comment.