Skip to content

Commit 855aa74

Browse files
Update github action (#34)
Action no longer requires GITHUB_TOKEN for latest version of Helm
1 parent adaa0f8 commit 855aa74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ jobs:
6565

6666

6767
- name: Install Helm
68-
uses: Azure/setup-helm@v3
69-
with:
70-
token: ${{ secrets.GITHUB_TOKEN }}
68+
uses: Azure/[email protected]
7169
id: install
7270

7371
- name: Helm login to GHCR

0 commit comments

Comments
 (0)