Skip to content

Commit 1d6dd3d

Browse files
committed
added helm ci cr token
Signed-off-by: kumarabd <abishekkumar92@gmail.com>
1 parent 772ce20 commit 1d6dd3d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ jobs:
5151
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && success()
5252
uses: actions/checkout@master
5353
with:
54-
fetch-depth: 1
55-
- uses: helm/chart-releaser-action@v1.0.0
54+
fetch-depth: 0
55+
- name: Run chart-releaser
56+
uses: helm/chart-releaser-action@v1.0.0
57+
env:
58+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)