Skip to content

Commit c6b4570

Browse files
committed
refactor: chart releaser
1 parent d05ab8e commit c6b4570

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/chart-releaser.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sign: true
2+
key: info@permify.co
3+
generate-release-notes: true

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ jobs:
3939
- name: Add Repositories
4040
run: |
4141
helm repo add bitnami https://charts.bitnami.com/bitnami
42+
helm repo add permify https://permify.github.io/helm-charts
4243
helm repo update
4344
4445
- name: Run chart-releaser
4546
uses: helm/chart-releaser-action@v1.6.0
47+
with:
48+
config: .github/chart-releaser.yml
4649
env:
4750
CR_TOKEN: "${{ secrets.GH_TOKEN }}"
51+
CR_SKIP_EXISTING: true

0 commit comments

Comments
 (0)