Skip to content

Commit

Permalink
Update CI/CD for wish
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Padilla committed Aug 16, 2021
1 parent 2b03117 commit 928d9b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
pull_request:


jobs:
cd:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
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 master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/wish ../wish
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down Expand Up @@ -176,4 +177,4 @@ jobs:
channel: '#devops'
name: "${{ github.repository }} 🥤 workflow"
icon_emoji: ':cup_with_straw:'
icon_url: 'https://avatars.githubusercontent.com/u/57376114?s=200&v=4'
icon_url: 'https://avatars.githubusercontent.com/u/57376114?s=200&v=4'
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
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 master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/wish ../wish
- name: Set up Go
uses: actions/setup-go@v2
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ replace github.com/charmbracelet/charm => ../charm

replace github.com/charmbracelet/bubbletea => ../bubbletea

replace github.com/charmbracelet/wish => ../wish

require (
github.com/charmbracelet/bubbles v0.8.0
github.com/charmbracelet/bubbletea v0.14.1
Expand Down

0 comments on commit 928d9b3

Please sign in to comment.