We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a283692 commit 34c811aCopy full SHA for 34c811a
.github/workflows/release.yaml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}" #Referring secrets of github above
54
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
55
- - name: Add dependency repos
+ - name: Add dependency repos 🔗
56
run: |
57
helm repo add denhaag https://gemeente-denhaag.github.io/helm-charts/
58
helm repo add bitnami https://charts.bitnami.com/bitnami
@@ -65,4 +65,4 @@ jobs:
65
66
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
67
CR_KEY: "${{ secrets.CR_KEY }}"
68
- CR_SIGN: true
+ CR_SIGN: true
0 commit comments