We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb2982 commit cc88ab2Copy full SHA for cc88ab2
.github/workflows/publish-helm.yml
@@ -4,20 +4,13 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - 'helm/**'
9
- - '.github/workflows/publish-helm.yml'
10
- - 'cr.yaml'
11
-
12
-permissions:
13
- contents: write
14
15
jobs:
16
release:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v1
21
with:
22
fetch-depth: 0
23
@@ -29,7 +22,4 @@ jobs:
29
- name: Run chart-releaser
30
uses: helm/[email protected]
31
24
env:
32
- CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
33
- with:
34
- charts_dir: helm
35
- config: cr.yaml
25
+ CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
cr.yaml
0 commit comments