Skip to content

Commit

Permalink
#70 image가 배포되면 helm chart로 pr 날리도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoo96.cho committed Jun 8, 2024
1 parent 02c3d75 commit 984dd38
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Checkout tools repo
uses: actions/checkout@v3
- name: Checkout the source repository
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout the target repository
uses: actions/checkout@v2
with:
repository: ssu-commerce/helm-charts
token: ${{ secrets.HELM_TOKEN }}
path: helm-charts
fetch-depth: 0

- name: Update YAML file
run: |
Expand Down

0 comments on commit 984dd38

Please sign in to comment.