Skip to content

Commit 34c811a

Browse files
committed
chart signature
1 parent a283692 commit 34c811a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}" #Referring secrets of github above
5454
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
55-
- name: Add dependency repos
55+
- name: Add dependency repos 🔗
5656
run: |
5757
helm repo add denhaag https://gemeente-denhaag.github.io/helm-charts/
5858
helm repo add bitnami https://charts.bitnami.com/bitnami
@@ -65,4 +65,4 @@ jobs:
6565
env:
6666
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6767
CR_KEY: "${{ secrets.CR_KEY }}"
68-
CR_SIGN: true
68+
CR_SIGN: true

0 commit comments

Comments
 (0)