We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05ab8e commit c6b4570Copy full SHA for c6b4570
.github/chart-releaser.yml
@@ -0,0 +1,3 @@
1
+sign: true
2
+key: info@permify.co
3
+generate-release-notes: true
.github/workflows/release.yaml
@@ -39,9 +39,13 @@ jobs:
39
- name: Add Repositories
40
run: |
41
helm repo add bitnami https://charts.bitnami.com/bitnami
42
+ helm repo add permify https://permify.github.io/helm-charts
43
helm repo update
44
45
- name: Run chart-releaser
46
uses: helm/chart-releaser-action@v1.6.0
47
+ with:
48
+ config: .github/chart-releaser.yml
49
env:
50
CR_TOKEN: "${{ secrets.GH_TOKEN }}"
51
+ CR_SKIP_EXISTING: true
0 commit comments