Skip to content

Commit

Permalink
Update publish-ring-mqtt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kostiantyn-matsebora authored Oct 12, 2024
1 parent 6c6410d commit 57b8e4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-ring-mqtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ jobs:
- uses: actions/checkout@v2
with:
repository: truecharts/public
- name: Copy chart
run: |
mkdir -p __charts/ring-mqtt
cp -R charts/stable/ring-mqtt __charts/ring-mqtt
- name: Publish Helm chart
if: github.ref == 'refs/heads/master'
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.HELM_BOT_GH_TOKEN }}
charts_dir: charts/stable/ring-mqtt
charts_dir: __charts
charts_url: https://kostiantyn-matsebora.github.io/helm-charts
owner: kostiantyn-matsebora
repository: helm-charts
branch: master

0 comments on commit 57b8e4c

Please sign in to comment.