Skip to content

Commit e23ed98

Browse files
authored
Add Helm setup step (#182)
1 parent c3e23d7 commit e23ed98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sync-chart.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
token: ${{ secrets.NGINX_PAT }}
2525

26+
- name: Setup Helm
27+
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
28+
with:
29+
token: ${{ secrets.GITHUB_TOKEN }}
30+
2631
- name: Sync
2732
id: sync
2833
run: |

0 commit comments

Comments
 (0)