Skip to content

Commit 6d3bab2

Browse files
author
Serhii Rudenko
committed
fix actions
1 parent 69e8527 commit 6d3bab2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
release-chart:
6868
needs: verify-app
6969
runs-on: ubuntu-latest
70+
permissions:
71+
contents: write
72+
packages: write
7073
steps:
7174
- name: Checkout repository
7275
uses: actions/checkout@v3
@@ -81,7 +84,7 @@ jobs:
8184
- name: Release chart
8285
run: |
8386
# download helm chart releaser
84-
curl -sSLo cr.tar.gz "https://github.com/helm/chart-releaser/releases/download/v1.2.1/chart-releaser_1.2.1_linux_amd64.tar.gz"
87+
curl -sSLo cr.tar.gz "https://github.com/helm/chart-releaser/releases/download/v1.8.1/chart-releaser_1.8.1_linux_amd64.tar.gz"
8588
tar -xzf cr.tar.gz
8689
rm -f cr.tar.gz
8790
owner=$(cut -d '/' -f 1 <<< "$GITHUB_REPOSITORY")

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ go.work
2929
*.swo
3030
*~
3131
/coverage.txt
32+
/.env

0 commit comments

Comments
 (0)