Skip to content

Commit

Permalink
ci(pipeline): specify main branch in helm-charts repository
Browse files Browse the repository at this point in the history
- Specified 'main' as the reference branch for the helm-charts repository in the pipeline configuration.
  • Loading branch information
winromulus committed Jul 6, 2024
1 parent cdaf5bc commit cc2fb57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
repository: emberstack/helm-charts
token: ${{ secrets.ES_GITHUB_PAT }}
path: helm-charts
ref: main

- name: github - publish - chart
run: |
Expand Down

0 comments on commit cc2fb57

Please sign in to comment.