Skip to content

Commit 933c647

Browse files
committed
fix: add token to install helm step
1 parent 28d5af0 commit 933c647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939

4040
- name: Install helm
4141
uses: azure/[email protected]
42+
with:
43+
token: ${{ secrets.GITHUB_TOKEN }}
4244

4345
- name: Fetch dependencies from cache
4446
id: cache-root-node-mods

0 commit comments

Comments
 (0)